Advertisement
Guest User

F

a guest
Feb 19th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SCRIPT FOR PET LEVEL UP,INFINITE CHI,UNLOCK ALL ISLANDS
  2. while wait(0.03) do
  3. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  4. if v.Name == "Blue Chi Crate" then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  6. wait(.16)
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement