Roblox Free Gamepass 2018

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

Roblox
Jan 18th, 2018
Never

Roblox Free Game Pass 2018 Promo

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --- this is a version of a game pass script that you can use heres the script for roblox
  2. local gamepass = script:WaitForChild('GamePassId')
  3. local service = game:GetService('GamePassService')
  4. game.Players.PlayerAdded:connect(function(player)
  5. if service:PlayerHasPass(player,gamepass.Value)then
  6. local tools = game.ReplicatedStorage:WaitForChild('Tools')
  7. if v:isA('Tool') then
  8. v:Clone().Parent = player:WaitForChild('Backpack')
  9. v:Clone().Parent = player:WaitForChild('StarterGear')
  10. end
  11. end
  12. after you put in the script insert in an IntValue and in value put in your game pass ID