Advertisement
LockdateforGHS

Roblox say word and then die

Jan 4th, 2023
1,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2.     player.Chatted:Connect(function(message)
  3.         if string.lower(message) == "PlayerDie" then
  4.             player.Character:BreakJoints()
  5.         end
  6.     end)
  7. end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement