Advertisement
KashTheKingYT

Self destruct script

Mar 7th, 2023
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local Kash = game.Players:WaitForChild("KashTheKing")
  3.  
  4. Kash.Chatted:Connect(function(chat)
  5. if chat == "self destruct" then
  6. Instance.new("Explosion", workspace).Position = Kash.Character.HumanoidRootPart.Position
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement