Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PassId = 1234567890 --Change the ID to the ID of the gamepass.
- game:GetService("Players").PlayerAdded:connect(function(Player)
- if game:GetService("GamePassService"):PlayerHasPass(Player, PassId) then
- Player:WaitForChild("leaderstats"):WaitForChild("Money").Value = 0 -- Change the 0 to the amount of money that you want
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement