Advertisement
InTesting

Just Sit lol

May 1st, 2019
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. if owner.Character~=nil then
  2.     local hum = owner.Character:FindFirstChildWhichIsA('Humanoid',true)
  3.     if hum then
  4.         if hum.Sit then
  5.             hum.Sit = false
  6.         else
  7.             hum.Sit = true
  8.         end
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement