The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FOR EVERY UTMM GAMES, Insta Kill script pastebin roblox
By FOR EVERY UTMM GAMES, Insta Kill on 2024-09-23 08:00 am | Syntax: LUA | Views: 35



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local player = game.Players.LocalPlayer
  2. local mouse = player:GetMouse()
  3. mouse.Button1Down:connect(function()
  4. local Racist = mouse.Target
  5. if Racist.Parent.Humanoid then
  6. local hum = Racist.Parent.Humanoid
  7. hum.Health= 0
  8. end
  9. end)



  • Recent Roblox Scripts