How To Get A Free Gamepass On Roblox 2017

  1. How To Get A Free Game Pass On Roblox 2017 Download
  2. How To Get A Free Game Pass On Roblox 2017 Game
  3. How To Get A Free Game Pass On Roblox 2017 Robux
Aug 31st, 2017

Get free and unused robux codes online. Check out roblox code 2016 2017. Battle fight war card all gear allowed beach swiming pool trade hangout obby tycoon cart ride into name that character quiz noob guest zombie plant attack defense 1337 build to survive natural.

Never

How To Get A Free Game Pass On Roblox 2017 Download

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local service=game:GetService('GamePassService')
  2. game.Players.PlayerAdded:connect(function(player)
  3. if service:PlayerHasPass(player,gamepass.Value) then
  4. local tools = game.ReplicatedStorage:WaitForChild('Tools')
  5. if v:isA('Tool') then
  6. v:Clone().Parent = player:WaitForChild('Backpack')
  7. v:Clone().Parent = player:WaitForChild('StarterGear')
  8. end
  9. end)
Nov 7th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox
  1. --| WaitForChild |--
  2. -- Waits for parent.child to exist, then returns it
  3. assert(parent, 'ERROR: WaitForChild: parent is nil')
  4. while not parent:FindFirstChild(childName) do parent.ChildAdded:wait() end
  5. end
  6. -----------------
  7. -----------------
  8. local GamePassService = Game:GetService('GamePassService')
  9. local PlayersService = Game:GetService('Players')
  10. local InsertService = Game:GetService('InsertService')
  11. local LightingService = Game:GetService('Lighting') --TODO: Use new data store service once that exists
  12. local GamePassIdObject = WaitForChild(script, 'GamePassId')
  13. local ToolAssetsToLoad = WaitForChild(script, 'ToolAssetsToLoad')
  14. local AdminTools = LightingService:FindFirstChild('AdminTools')
  15. -----------------
  16. -----------------
  17. -- Makes copies of all the admin tools and puts them in target
  18. for _, tool in pairs(AdminTools:GetChildren()) do
  19. toolClone.Parent = target
  20. end
  21. -- When a player with the game pass joins, give them the admin tools
  22. if GamePassService:PlayerHasPass(player, GamePassIdObject.Value) then
  23. local starterGear = WaitForChild(player, 'StarterGear')
  24. if player.Character then -- They've already loaded and won't get their StarterGear until next spawn
  25. local backpack = WaitForChild(player, 'Backpack')
  26. end
  27. end
  28. --------------------
  29. --------------------
  30. -- Create AdminTools if it doesn't exist
  31. AdminTools = Instance.new('Model')
  32. -- Load all of the assets in ToolAssetsToLoad and put them in AdminTools
  33. for _, intObject in pairs(ToolAssetsToLoad:GetChildren()) do
  34. if intObject and intObject:IsA('IntValue') and intObject.Value then
  35. local assetModel = InsertService:LoadAsset(intObject.Value)
  36. local asset = assetModel:GetChildren()[1]
  37. asset.Parent = AdminTools
  38. end
  39. end
  40. AdminTools.Parent = LightingService

How To Get A Free Game Pass On Roblox 2017 Game

How to get a free game pass on roblox 2017 game
RAW Paste Data

How To Get A Free Game Pass On Roblox 2017 Robux