Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to make a team gamepass in ROBLOX Studio!
- So what you do is copy below and make a script in Workspace.
- GAMEPASSID = ID-HERE
- game.Players.PlayerAdded:Connect(function(PLAYER)
- if game:GetService('MarketplaceService'):UserOwnsGamePassAsync(PLAYER.UserId,ID-HERE) then
- PLAYER.Team = game:GetService('Teams')['TEAM-NAME'] --Change "TEAM-NAME" to the team name you want is the gamepass.
- else
- end
- end)
Add Comment
Please, Sign In to add comment