Advertisement
Guest User

Simple Gamepass unlocker script made by MrGabbe.

a guest
Nov 12th, 2021
20,600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. if game.CreatorType == Enum.CreatorType.User then
  2.     game.Players.LocalPlayer.UserId == game.CreatorId
  3. end
  4. if game.CreatorType == Enum.CreatorType.Group then
  5.     game.Players.LocalPlayer.UserId = game:GetService("GroupSerice").GetGroupInfoAsync(game.CreatorId).Owner.Id
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement