Dlc Gamepass Roblox Subway Simulator

  

Buy game CD keys cheaper. Compare prices of activation codes for STEAM, Origin, Uplay and other platforms on GAMIVO and buy cheaper. Instant download and great prices. Roblox is a global platform that brings people together through play. Use this Game Pass in: Subway Simulator. 1 Welcome to the Pilot Training Flight Simulator Wiki 1.1 Welcome to Pilot Training! 2 Navigation 3 Poll Pilot Training Flight Simulator is the largest free-roam aircraft game in Roblox, created by Orange12345. Enjoy flying planes from several different categories, such as Airliners, Military, Light Planes, and more! Players are free to role-play and explore the secrets and wonders of.

Download
Jan 18th, 2018
Never
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