View difference between Paste ID: iXMr8KfT and SR8yje7z
SHOW: | | - or go back to the newest paste.
1
while wait(0.03) do 
2
    for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
3-
        if v.Name == "Blue Chi Crate" then 
3+
        if v.Name == "Blue Coin" then 
4
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
5
            wait(.16)
6
        end
7
    end
8
end