get paid to paste

GODS WILL Script | COLLECT ALL COINS

local player = game.Players.LocalPlayer
local coins = workspace:WaitForChild('Coins')

for _, v in ipairs(coins:GetChildren()) do
   if v:IsA('BasePart') then
       player.Character:PivotTo(v:GetPivot())
       task.wait()
   end
end

Pasted: Aug 1, 2023, 1:05:27 am
Views: 53