Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(plr)
- plr.Chatted:Connect(function(msg)
- if msg == "/e sit" then -- change /e sit with the command
- plr.Character.Humanoid.Sit = true
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement