Advertisement
Cakey3101

IslandBoostHandler - Local Script!

Apr 6th, 2024
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | Source Code | 0 0
  1. local Players = game:GetService("Players")
  2.  
  3. local Player = Players.LocalPlayer
  4. local PlayerGui = Player.PlayerGui
  5.  
  6. local Gui = PlayerGui:WaitForChild("Islands")
  7.  
  8. local IslandBoostLabel = Gui.IslandBoost
  9.  
  10. while true do
  11.     IslandBoostLabel.Text = "Island Boost: "..Player.Islands.IslandBoost.Value.."X"
  12.     wait(0.01)
  13. end
Tags: Roblox lua coding
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement