A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
naknak
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
Supernapalm
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
m27frogy
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
slayer9365
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
myrco919
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
branefreez
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
ninga95
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
CloneTrooper787
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
raboy117
How to make your own scripts from scratch Vote_lcapHow to make your own scripts from scratch Voting_barHow to make your own scripts from scratch Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
How to make your own scripts from scratch EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
How to make your own scripts from scratch EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
How to make your own scripts from scratch EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
How to make your own scripts from scratch EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
How to make your own scripts from scratch EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
How to make your own scripts from scratch EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
How to make your own scripts from scratch EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
How to make your own scripts from scratch EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
How to make your own scripts from scratch EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
How to make your own scripts from scratch EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
How to make your own scripts from scratch EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
How to make your own scripts from scratch EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
How to make your own scripts from scratch EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
How to make your own scripts from scratch EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
How to make your own scripts from scratch EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
How to make your own scripts from scratch EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
How to make your own scripts from scratch EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
How to make your own scripts from scratch EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
How to make your own scripts from scratch EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
How to make your own scripts from scratch EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 How to make your own scripts from scratch

Go down 
4 posters
AuthorMessage
CloneTrooper787
Moderator
Moderator
CloneTrooper787


Posts : 81
Join date : 2011-01-22

How to make your own scripts from scratch Empty
PostSubject: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyJanuary 25th 2011, 9:54 pm

In this tutorial, you will learn about making your own scripts from scratch (Good for getting a reputation in Script Builder by Anaminus). First you will need to know some code in Lua and in Roblox.

Here’s a sample script, which is pretty basic:
Code:
Instance.new(“ForceField”).Parent = game.Workspace.CloneTrooper787 --Replace CloneTrooper787 with your username in Roblox

Instance.new shows that you are about to insert something. Now, "ForceField" can be replaced with other things such as "Explosion" , "Fire" , "Sparkles" , and much more.

If you want to run fast, copy and paste this script in script builder.

Code:
game.Workspace.YOURNAMEHERE.Humanoid.WalkSpeed = 100 --Replace YOURNAMEHERE with your name and change 100 to any speed you want

If you're asking, "Why are there .'s in between Humanoid and WalkSpeed?
The dot means that whatever comes after it, it is part of the word before the dot.

For example:
Code:
 game.Workspace.CloneTrooper787.Head
Head is part of CloneTrooper787 (Which is me) since it is after the dot and CloneTrooper787 is before it.

If you need any more help, PM me in Roblox or on this site.



Last edited by CloneTrooper787 on February 5th 2011, 11:09 pm; edited 1 time in total
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyJanuary 26th 2011, 10:11 am

or you can go to wiki! :D
Back to top Go down
CloneTrooper787
Moderator
Moderator
CloneTrooper787


Posts : 81
Join date : 2011-01-22

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyFebruary 5th 2011, 11:08 pm

Yes, and you can go to wiki, which is at wiki.roblox.com
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyMarch 11th 2011, 7:32 am

plus the lua.org website!
Back to top Go down
Guest
Guest
avatar



How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyMarch 12th 2011, 1:15 am

Or you could learn from a legitimate tutorial, which this really ain't.
Back to top Go down
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyJune 24th 2011, 2:30 pm

Funny Potato.
Back to top Go down
myrco919
Intermediate Scripter
Intermediate Scripter
myrco919


Posts : 190
Join date : 2011-01-21
Age : 26
Location : Holland

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyJuly 10th 2011, 3:22 pm

m27frogy wrote:
Funny Potato.

Did you jut mention that?
Back to top Go down
myrco919
Intermediate Scripter
Intermediate Scripter
myrco919


Posts : 190
Join date : 2011-01-21
Age : 26
Location : Holland

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyJuly 10th 2011, 3:23 pm

*just - I keep misspelling that for some reason.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch EmptyNovember 20th 2011, 6:20 am

:O potato, don't be such a pessimist. *tsk tsk*
Back to top Go down
Sponsored content





How to make your own scripts from scratch Empty
PostSubject: Re: How to make your own scripts from scratch   How to make your own scripts from scratch Empty

Back to top Go down
 
How to make your own scripts from scratch
Back to top 
Page 1 of 1
 Similar topics
-
» My first laser tag gun from scratch!!!!!
» Brick Battle arena from scratch
» local scripts?
» Private scripts
» Combine Scripts

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Beginner-
Jump to: