Samsung Superstar Galaxy Script | AUTO COLLECT STARS – OPEN SOURCE

Created by NyokAstley

Features:

  • AUTO COLLECT STARS
_G.Auto = true
while wait(5) do
   if _G.Auto then
       for i,v in pairs(workspace:FindFirstChild("Obby_Planetoids"):GetChildren()) do
           if v:IsA("MeshPart") then
               wait()
               workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
           end
       end
   end
end
  • Collect All Once
for i,v in pairs(workspace:FindFirstChild("Obby_Planetoids"):GetChildren()) do
   if v:IsA("MeshPart") then
       wait()
       workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS