|
| 17 Sep 2012 11:59 PM |
GamePass = game:GetService("GamePassService") GPid = 93017980 -- change this to the id of the GamePass
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) repeat wait() until player and player.Character if GamePass:PlayerHasPass(player,GPid) then --code here :P end end) end) |
|
|
| Report Abuse |
|
| |
| |