|
| 28 Apr 2014 07:26 PM |
The tool won't work with this, I guess it's old? What broke it? speed = 32 script.Parent.Selected:connect(function(m) humanoid = script.Parent.Parent.Parent.Character.Humanoid m.Button1Down:connect(function() humanoid.WalkSpeed = speed end) m.Button1Up:connect(function() humanoid.WalkSpeed = 16 end) end) script.Parent.Deselected:connect(function() humanoid.WalkSpeed = 16 end) |
|
|
| Report Abuse |
|
|
NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|
| |
|
NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|
|
| 28 Apr 2014 07:39 PM |
Oh, and secondly, what do I do here? I'm making a game universe. local place = script:FindFirstChild("PlaceId") local spawn = script:FindFirstChild("DestinationSpawnName")--seacrh for the place
local placeId local spawnName if place then placeId = place.Value if spawn and spawn.Value then spawnName = spawn.Value game:GetService("TeleportService"):TeleportToSpawnByName(placeId, spawnName)--tele to the place u want it to else game:GetService("TeleportService"):Teleport(placeId) --change where it says place id to the place id of the place this person will go. found in the url end end
|
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Apr 2014 07:49 PM |
| what does this mean by "SpawnName?" |
|
|
| Report Abuse |
|
|