How To Make Leaderstats In Roblox Go Up With Click
How To Make Leaderstats In Roblox Go Up With Click. In ServerScriptService create a script named PlayerSetup with the contents below local function onPlayerJoin(player) local leaderstats = Instancenew(“Folder”) leaderstatsName = “leaderstats” leaderstatsParent = player Example of a IntValue local points = Instancenew(“IntValue”) pointsName = “Points” pointsValue = 0 pointsParent = leaderstats end Run onPlayerJoinMissing clickMust … Read more