How do I give roblox premium members extra cash on the leaderstats? I have been trying to find a script in the toolbox that gives Roblox premium members extra cash from the leaderstats for a tycoon game as part of the Premium benefits.
You can check a player’s MembershipType to see if they have Premium and reward them money accordingly. Exact implementation details depend on how your code is structured.
2 Likes
See if a user is subscribed to Roblox Premium on PlayerAdded, add currency.
https://developer.roblox.com/en-us/api-reference/enum/MembershipType
1 Like