Advertisement
Guest User

Untitled

a guest
Mar 5th, 2020
4,892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --Roblox Key to Sit Script by TheyWereOnline--
  2.  
  3.  
  4. local player = game.Players.LocalPlayer
  5. local mouse = player:GetMouse()
  6.  
  7. mouse.KeyDown:connect(function(key)
  8. if key:lower() == "x" or key:upper()=="X" then
  9. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Sit = true
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement