Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Roblox Key to Sit Script by TheyWereOnline--
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key:lower() == "x" or key:upper()=="X" then
- game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Sit = true
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement