Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if owner.Character~=nil then
- local hum = owner.Character:FindFirstChildWhichIsA('Humanoid',true)
- if hum then
- if hum.Sit then
- hum.Sit = false
- else
- hum.Sit = true
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement