Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer -- Locates the player
- local Stage = Player.leaderstats.Stage -- Locates the stage
- -- FUNCTIONS
- Stage.Changed:Connect(function() -- When the stage changes...
- script.Parent.Text = Stage.Value -- Changes the text
- end) -- Ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement