electrify

Script - Mining Champions(take gems)

Sep 20th, 2020 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. _G.Fuck = true
  2.  
  3. while _G.Fuck do
  4.  
  5. wait()
  6.  
  7. local args = {
  8.  
  9. [1] = workspace.Resources.Ores.World_1.Island_1.Gem_1
  10. }
  11.  
  12.  
  13.  
  14.  
  15. game:GetService("ReplicatedStorage").Events.Server.RequestSwing:InvokeServer(unpack(args))
  16. end
Add Comment
Please, Sign In to add comment