electrify

Script - Mining Champions(take ores)

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