|
| 11 Jun 2014 07:25 AM |
Alright, this is hopefully the last time I'll have to post this. I have more tracked threads then I thought possible, if you have a quick way to untracked all or something it'd be great. But anyways, here.
Learn To Script
Here's a short and easy to understand guide to scripting, it is enough to give you and understanding of the basics. Read them in order, except iteration comes last NOT mathematics, just switch those around;
http://www.roblox.com/my/sets.aspx?id=22690
So read them in this order;
Scripting for beginners Properties for beginners Events for beginners Loops for beginners Mathematics for beginners Iteration for beginners
These guides still work even though their a little out if date, although I do suggest using :Destroy() INSTEAD of :remove (Which the guides tell you to use)
Other things you can check out, would be scripting tutorials on the wiki (like the cookbook) and afterwards some more advanced tutorials on the wiki!
If you have a broken script you can come to the Scripters Helpers forum with the script, the errors, the line it errors on, the type of script, and the heirachy if possible. |
|
|
| Report Abuse |
|
|
nandym
|
  |
| Joined: 09 Sep 2011 |
| Total Posts: 22 |
|
|
| 22 Jul 2014 10:28 AM |
| How do i make a potato that you can eat. <.> Derp |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 10:30 AM |
OR they could add some free models and figure out how they work and stop asking 10 stupid questions here a day |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 10:33 AM |
nandym -_-
Why did you have to bump this? |
|
|
| Report Abuse |
|
|
nandym
|
  |
| Joined: 09 Sep 2011 |
| Total Posts: 22 |
|
|
| 22 Jul 2014 11:20 AM |
wars, how do i make a move to part script. Like when the player clicks on the button(Gui) he teleports to the part. |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 11:32 AM |
script.Parent.Touched:connect(function(hit) local plr = game.Players:GetPlayerFromCharacter(hit) if plr then plr.Character:MoveTo(Pos) end end)
Next time PM me... |
|
|
| Report Abuse |
|
|
Goodis
|
  |
| Joined: 14 Jan 2010 |
| Total Posts: 253 |
|
|
| 22 Jul 2014 12:00 PM |
| Ugh .. Not this Nub again-_- |
|
|
| Report Abuse |
|
|
DesZero
|
  |
| Joined: 03 Jun 2011 |
| Total Posts: 654 |
|
|
| 26 Aug 2014 08:54 PM |
| I can actually use these stuff. |
|
|
| Report Abuse |
|
|