Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local Player = Players.LocalPlayer
- local PlayerGui = Player.PlayerGui
- local Gui = PlayerGui:WaitForChild("Islands")
- local IslandBoostLabel = Gui.IslandBoost
- while true do
- IslandBoostLabel.Text = "Island Boost: "..Player.Islands.IslandBoost.Value.."X"
- wait(0.01)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement