Advertisement
20CrackScratch08

Iliving23 - Stage gui text

Mar 15th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer -- Locates the player
  2. local Stage = Player.leaderstats.Stage -- Locates the stage
  3.  
  4. -- FUNCTIONS
  5.  
  6. Stage.Changed:Connect(function() -- When the stage changes...
  7.     script.Parent.Text = Stage.Value -- Changes the text
  8. end) -- Ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement