Advertisement
Scriptorz5

crumble

Jun 18th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local finish = game.Workspace.MapStorage:FindFirstChild("EndBrick", true)
  2. for i,v in pairs(game.Workspace.MapStorage:GetDescendants()) do
  3. if v.Name == "Coin" then
  4. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
  5. wait()
  6. end
  7. end
  8. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = finish.CFrame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement