Advertisement
dubleeyrblxx

Sit Command -- Roblox

Jan 20th, 2023 (edited)
1,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2.     plr.Chatted:Connect(function(msg)
  3.         if msg == "/e sit" then -- change /e sit with the command
  4.             plr.Character.Humanoid.Sit = true
  5.         end
  6.     end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement