Star Simulator Beta Script | UNLOCK EVERYONE’S LAND

Created by Nameless#6118

Features:

  • UNLOCK EVERYONE’S LAND
    • This unlocks everyone’s land basically beating the game for all players in the game and ruining their fun.
    • If you want to be very annoying use this one all it does is run the script every time someone joins the game.
local function unlockLand()
    for _, player in next, game.Players:GetChildren() do
        for _, land in next, workspace["Star_"..player.Name].Player.Land:GetChildren() do
            game.ReplicatedStorage.PlayerData.Unlocker.LandShow:FireServer(land)
        end
    end
end

game.Players.PlayerAdded:Connect(unlockLand)
unlockLand()

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