Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[// Important \\
- The Script don't function for all games...
- Sorry.
- ]]--
- --// Settings \\--
- local plr = "TAMATI9875" -- Make your name
- local sped = 16 -- Choose the Speed of you want
- local jump = 50 -- Choose the JumpPower of you want
- --[[// Credit \\--
- Script by TAMATI9875
- Roblox : @TAMATI9875
- Roblox profile link : https://www.roblox.com/users/882905261/profile
- --]]
- --// Script \\--
- -- Don't touch --
- game.Workspace[plr].Humanoid.WalkSpeed = sped
- if game.Workspace[plr].Humanoid.WalkSpeed == sped then
- print("Succefuly, Speed set to "..sped)
- end
- if game.Workspace[plr].Humanoid.WalkSpeed < sped then
- print("Error Walk Speed set less (-) of the speed choose")
- if game.Workspace[plr].Humanoid.WalkSpeed > sped then
- print("Error Walk Speed set more (+) of the speed choose")
- end
- end
- game.Workspace[plr].Humanoid.JumpPower = jump
- if game.Workspace[plr].Humanoid.JumpPower == jump then
- print("Succefuly, Jump set to "..jump)
- end
- if game.Workspace[plr].Humanoid.JumpPower < jump then
- print("Error Jump Power set less (-) of the jump choose")
- if game.Workspace[plr].Humanoid.JumpPower > jump then
- print("Error Jump Power set more (+) of the jump choose")
- end
- end
- print("Script by @TAMATI9875 in roblox")
Add Comment
Please, Sign In to add comment