Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Made by Megumu
- <3
- ]]
- -- Wait for shit to load
- repeat
- load = pcall(function()
- a = game.Players.LocalPlayer.Character.HumanoidRootPart;
- b = game.Players.LocalPlayer.leaderstats.Coins;
- end)
- wait()
- until load
- -- Variable
- local player = game.Players.LocalPlayer
- local coins = game.Players.LocalPlayer.leaderstats.Coins.Value
- -- Get that good shit
- timer = 40
- repeat
- pcall(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-13302, -187, -14)
- end)
- wait(0.1)
- timer = timer - 1
- until game.Players.LocalPlayer.leaderstats.Coins.Value ~= coins or timer <= 0
- -- Rejoin
- while wait(2.5) do
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
Add Comment
Please, Sign In to add comment