BobMe

Sit

Nov 27th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local plr = game:service'Players'.LocalPlayer
  2. local hum = char.Humanoid
  3.  
  4. while true do
  5. wait()
  6. plr.hum.Sit = true
  7. end
Add Comment
Please, Sign In to add comment