Functions: Get all badges & items

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
while true do
for i,v in pairs(game.workspace.Points:GetDescendants()) do
if v.name == "Point" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
wait(0.2)
end
end
wait(3)
end

Leave a Comment