Advertisement
DrakerMaker

Horror Game Thingy

May 27th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. wait(.5)
  2. c = game.Players.LocalPlayer
  3. ch = c.Character
  4. local m = Instance.new("Hint")
  5. m.Parent = workspace
  6. local mc = Instance.new("Hint")
  7. mc.Parent = c.PlayerGui
  8. mc.Text = "You cannot jump, but you can use WASD to move but you move slow."
  9. ch.Humanoid.WalkSpeed = 9
  10. ch.Humanoid.JumpPower = 0
  11. for d = 1, #c do
  12. cc = c[d]
  13. if cc.Character ~= nil then
  14. cc.CameraMode = ("LockFirstPerson")
  15. end
  16. end
  17. wait(3)
  18. mc:Destroy()
  19. m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement