Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(.5)
- c = game.Players.LocalPlayer
- ch = c.Character
- local m = Instance.new("Hint")
- m.Parent = workspace
- local mc = Instance.new("Hint")
- mc.Parent = c.PlayerGui
- mc.Text = "You cannot jump, but you can use WASD to move but you move slow."
- ch.Humanoid.WalkSpeed = 9
- ch.Humanoid.JumpPower = 0
- for d = 1, #c do
- cc = c[d]
- if cc.Character ~= nil then
- cc.CameraMode = ("LockFirstPerson")
- end
- end
- wait(3)
- mc:Destroy()
- m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement