Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local seat = script.Parent
- local proximity = script.Parent.ProximityPrompt
- local players = game.Players
- players.PlayerAdded:Connect(function(player)
- proximity.Triggered:Connect(function()
- seat:Sit(player.Character.Humanoid)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement