Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GamepassId = 1234567890
- game.Players.PlayerAdded:Connect(function(Player)
- Player.CharacterAdded:Wait()
- if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(Player.UserId, GamepassId) == true then
- script:FindFirstChildWhichIsA("Tool"):Clone().Parent = Player.Character
- end
- end)
Advertisement
Advertisement