of     1   

brandon58590
#139253188Friday, July 04, 2014 10:26 PM GMT

How would I force a player to sit in a seat?
nobbers12345
#139253387Friday, July 04, 2014 10:28 PM GMT

If you want to force them into an actual seat, use teleportation methods. Look it up on the wiki. If you just want them to sit, game.Workspace.(insert player).Humanoid.Sit = true I hate the LGBT. Those laser guided battle tanks are just too damn powerful.
Vuva
#139254347Friday, July 04, 2014 10:38 PM GMT

Define Player: Player.Character:WaitForChild("Humanoid") Player.Character.Humanoid.Sit=true Player.Character.Humanoid.Changed:connect(function() Player.Character.Humanoid.Jump=false end) It works well if you put it in StarterGui as a LocalScript and define Player as "script.Parent.Parent"

    of     1