roblox command for sit 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) roblox command for sit