Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Mega Obby Fun Script (created by brianops1)
- --https://www.roblox.com/games/12996397/Mega-Fun-Obby-1740-Stages
- _G.on = 1 --set and execute with 0 if you want to turn it off
- stage = 2000 --set to the stage you want to stop at
- auto = true --set to false if you don't want to prestiege once you are at 1740
- plr = game:GetService('Players').LocalPlayer
- Root = plr.Character.HumanoidRootPart
- PS = plr["leaderstats"]["Stage"]
- while PS.Value < stage and _G.on == 1 do
- if PS.Value == 1 then
- Root.CFrame = CFrame.new(743, 30, 1815)
- wait()
- end
- goto = PS.Value + 1
- if PS.Value >= 1700 then
- local A_1 = "prestige"
- local Event = game:GetService("ReplicatedStorage").ntw.RE
- Event:FireServer(A_1)
- end
- go = game:GetService("Workspace")["stages"]:FindFirstChild(goto)
- if go then
- Root.CFrame = go.CFrame * CFrame.new(0,1,0)
- repeat wait() until PS.Changed:wait()
- local A_1 = "stage"
- local Event = game:GetService("ReplicatedStorage").ntw.dataStream
- Event:InvokeServer(A_1)
- else
- if PS.Value >= 1700 then
- local A_1 = "prestige"
- local Event = game:GetService("ReplicatedStorage").ntw.RE
- Event:FireServer(A_1)
- end
- for i = 1,40 do
- T = "tele"..i
- local tele = game.Workspace:FindFirstChild(T)
- if tele then
- Root.CFrame = tele.CFrame
- wait(.2)
- end
- wait(.2)
- end
- end
- end
Add Comment
Please, Sign In to add comment