|
| 11 Aug 2015 01:52 PM |
game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(char) while wait() do if char.Humanoid.Jump == true then char.Humanoid.PlatformStand = true local audio = Instance.new("Sound", char.Torso) audio.SoundId = "http://www.roblox.com/asset/?id=" .. "158149887" audio:Play() wait(.1) char.Humanoid.PlatformStand = false char.Humanoid.Jump = true audio:remove() end end end) end) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 11 Aug 2015 02:07 PM |
remove + unnecesary while loop
plus, this lets them fly |
|
|
| Report Abuse |
|
|