ADVERTISEMENTREMOVE ADS
Game icon

Best Rebirth Farm

Stud Long Jumps Obby
6 months ago
Script preview thumbnail
Script Preview

Description

  • Very very very fast, gets you a rebirth in ~1 second

  • Might only work on xeno, im not sure yet as i havent tested it on anything else

  • put _G.unrender to false if you don't want the game to be unrendered during this, I just put it there for boosting FPS

Features:

  • completes obby
  • rebirths

Tested with

ADVERTISEMENTREMOVE ADS
34 Lines • 833 Bytes
Raw
_G.unrender = true
local rs = game:GetService("RunService")
local plr = game.Players.LocalPlayer
local char = plr.Character or plr.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
local rebirth = game.ReplicatedStorage:WaitForChild("RebirthEvent")
local cp = workspace:WaitForChild("Checkpoints")
local stats = plr:WaitForChild("leaderstats")
local stage = stats:WaitForChild("Stage")
if _G.unrender == true then
rs:Set3dRenderingEnabled(false)
end
local function touchCheckpoints()
for i = 1, 45 do
if stage.Value >= 45 then
break
end
local chk = cp:FindFirstChild(tostring(i))
if chk then
firetouchinterest(chk, hrp, 0)
end
end
end
rs.Heartbeat:Connect(function()
if stage.Value >= 45 then
rebirth:FireServer()
else
touchCheckpoints()
end
end)
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
Ca

thank you so much for this script!

2
0
QU

Yes yes yes

2
0
ADVERTISEMENTREMOVE ADS