Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onClicked()
- script.Parent.Visible = false
- script.Parent.Parent.Stand.Visible = true
- h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")
- if (h ~= nil) then
- h.Sit = true
- end
- end
- script.Parent.MouseButton1Click:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement