Advertisement
ILovePotato

Untitled

Dec 14th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. _G.Default = true
  5.  
  6. function Default()
  7. while _G.Default == true do
  8. local args = { -- I'm using default, you can use any other glove
  9. [1] = "glove"
  10. }
  11.  
  12. game:GetService("Players").LocalPlayer.Character.Default.Event:FireServer(unpack(args))
  13. wait(0.00001)
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement