GGametypePlayer

kill all void

Dec 11th, 2022
1,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. for index, v in pairs(game.Players:GetPlayers()) do
  2.     char = v.Character
  3.     local m = Instance.new("ClickDetector", char.HumanoidRootPart)
  4.     m.Name = "Trolled :)"
  5.    
  6.     m.MouseClick:Connect(function()
  7.       char.Humanoid:TakeDamage(100)
  8.     end)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment