Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a button say certain text when you get a certain amount of leaderstats?

Asked by 5 years ago

Heres the button code:

script.Parent.MouseButton1Click:connect(function()
    game.ReplicatedStorage.EquipEvents.Equip1:FireServer() 
end

which that gives the tool but i want it to where when you reach 25 pounds it says "Click to Equip"

Answer this question