Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for index, v in pairs(game.Players:GetPlayers()) do
- char = v.Character
- local m = Instance.new("ClickDetector", char.HumanoidRootPart)
- m.Name = "Trolled :)"
- m.MouseClick:Connect(function()
- char.Humanoid:TakeDamage(100)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment