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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. shared.infiniteCoins = true
  2.  
  3. function infiniteCoins()
  4.     spawn(function()
  5.         while shared.infiniteCoins do
  6.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11124.5898, 389.118469, 96.1325684, -0.998964906, 8.1412395e-08, 0.0454877093, 7.7742186e-08, 1, -8.24546902e-08, -0.0454877093, -7.88330325e-08, -0.998964906)
  7.             local args = {
  8.                 [1] = 1000,
  9.                 [2] = "the South Pole",
  10.                 [3] = game:GetService("Players").LocalPlayer
  11.             }
  12.  
  13.             game:GetService("ReplicatedStorage").Coins_Award:FireServer(unpack(args))
  14.             wait()
  15.         end
  16.     end)
  17. end
  18.  
  19. infiniteCoins()



  • Recent Roblox Scripts