RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a script if you say kill it kills you."
-- local script local player = game.Players.LocalPlayer player.Chatted:Connect(function(message) if message == "kill" then player.Character.Humanoid.Health = 0 end end)