HOW TO GET ANY GAMEPASS FOR FREE! - ROBLOX 2017 - WORKING Show More This Channel Is Entertainment and Features Roblox And Mi.
Roblox Free Game Pass 2018 July
Jan 18th, 2018
Never
Roblox Free Game Pass 2018 Promo
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --- this is a version of a game pass script that you can use heres the script for roblox
- local gamepass = script:WaitForChild('GamePassId')
- local service = game:GetService('GamePassService')
- game.Players.PlayerAdded:connect(function(player)
- if service:PlayerHasPass(player,gamepass.Value)then
- local tools = game.ReplicatedStorage:WaitForChild('Tools')
- if v:isA('Tool') then
- v:Clone().Parent = player:WaitForChild('Backpack')
- v:Clone().Parent = player:WaitForChild('StarterGear')
- end
- end
- after you put in the script insert in an IntValue and in value put in your game pass ID