local old = "0"
while task.wait(10) do -- prevent anticheat no leaderboard
workspace.Gravity = 0
for _,t in pairs(workspace.GeneratedRooms:GetChildren()) do
if t:FindFirstChild("BoundingBox") and tonumber(old) < tonumber(t.Name) then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, t.BoundingBox, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, t.BoundingBox, 1)
old = tostring(t.Name)
end
end
for _,collectible in pairs(workspace.Collectibles:GetChildren()) do
if collectible then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, collectible, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, collectible, 1)
end
end
end
Comments
why no high score and 0 bricks after 3950 stages
leave any issues here ↓