Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by jjmaxey
- while true do wait()
- for _,v in ipairs(game:GetService("Workspace").LevelSections.Start.Coins.SpotifyIsland.Area2Tree["Rare Coins"]:GetChildren()) do
- if v:IsA("Part") and v.Name == "BasicCoin" or v.Name == "LegendaryCoin" or v.Name == "RareCoin" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,0,0)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement