I’m making a Best Score text button for a run game so I want to make the Best Score = Score.Value but idk how
see the script to understand
local player = game.Players.LocalPlayer
local leaderstats = player:WaitForChild("leaderstats2")
local Score = leaderstats:WaitForChild("Score")
script.Parent.Text = "Best Score :" -- I want to make the text = Best Score : Score.Value for example Best Score = 10