I've tried this
Owner = "funzrey" function On_Type() while do true If Owner.Chats(":KillAll") local Plrs = game.Players.GetPlayers() Plrs.Torso:Destroy() end end On_Type()
it's not while do true
it should be while true do
you need a function first