ADVERTISEMENTREMOVE ADS
Best Rebirth Farm
46,908 views
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
_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
ADVERTISEMENTREMOVE ADS




Comments
thank you so much for this script!
Yes yes yes