Advertisement
Guest User

Gamepass Roblox Script

a guest
Mar 8th, 2018
79,969
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 2 0
  1. PassId = 1234567890 --Change the ID to the ID of the gamepass.
  2. game:GetService("Players").PlayerAdded:connect(function(Player)
  3. if game:GetService("GamePassService"):PlayerHasPass(Player, PassId) then
  4. Player:WaitForChild("leaderstats"):WaitForChild("Money").Value = 0 -- Change the 0 to the amount of money that you want
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement