ADVERTISEMENTREMOVE ADS
Game icon

Auto Complete

Script preview thumbnail
Script Preview

Description

Just a very simple auto complete for the trending brainrot

ADVERTISEMENTREMOVE ADS
12 Lines • 344 Bytes
Verified
Raw
-- hey there
local player = game.Players.LocalPlayer
local char = player.Character or player.CharacterAdded:Wait()
for i = 0, 47 do
local stage = workspace.map.stages:FindFirstChild(tostring(i))
if stage and stage:IsA("BasePart") then
char:PivotTo(stage.CFrame + Vector3.new(0, 5, 0))
wait(0.35)
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS