Roblox Ice Cream Van Simulator Toll Booth Show Me How To agisafyk37. Senin, 18 Mei 2020. Facebook Twitter. Http Www Dailymotion Com Video X135gri 2015 06 04t23 16 39 02 dailymotion Http Imgur Com Gallery Wyjyttq Daily Http Imgur Com Wyjyttq Jpg imgur. New Roblox Series 6 Hunted Death Mini Figure W Virtual Game details about new roblox series 6 hunted death mini figure w virtual game code Minggu, 21 Juni 2020 Newfissy Roblox Codes 2019. Roblox ice cream van simulator toll booth; roblox ice cream van simulator watermelon; roblox ice cream van simulator wiki; roblox id outfits; roblox ids that still work; roblox innovation arctic base meltdown music; roblox iron man face; roblox jailbreak hack apk download.
V3rmillion |
You are either not logged in or do not have permission to view this page. This could be because one of the following reasons:
|
Ice Cream Van Simulator Roblox What Is The Toll Booth Number
V3rmillion © 2021 - Not affiliated in any way with the Roblox Corporation or any of its trademarks.
Nov 7th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Ice Cream Van Simulator Roblox What Is The Toll Booth Download
- --| WaitForChild |--
- -- Waits for parent.child to exist, then returns it
- assert(parent, 'ERROR: WaitForChild: parent is nil')
- while not parent:FindFirstChild(childName) do parent.ChildAdded:wait() end
- end
- -----------------
- -----------------
- local GamePassService = Game:GetService('GamePassService')
- local PlayersService = Game:GetService('Players')
- local InsertService = Game:GetService('InsertService')
- local LightingService = Game:GetService('Lighting') --TODO: Use new data store service once that exists
- local GamePassIdObject = WaitForChild(script, 'GamePassId')
- local ToolAssetsToLoad = WaitForChild(script, 'ToolAssetsToLoad')
- local AdminTools = LightingService:FindFirstChild('AdminTools')
- -----------------
- -----------------
- -- Makes copies of all the admin tools and puts them in target
- for _, tool in pairs(AdminTools:GetChildren()) do
- toolClone.Parent = target
- end
- -- When a player with the game pass joins, give them the admin tools
- if GamePassService:PlayerHasPass(player, GamePassIdObject.Value) then
- local starterGear = WaitForChild(player, 'StarterGear')
- if player.Character then -- They've already loaded and won't get their StarterGear until next spawn
- local backpack = WaitForChild(player, 'Backpack')
- end
- end
- --------------------
- --------------------
- -- Create AdminTools if it doesn't exist
- AdminTools = Instance.new('Model')
- -- Load all of the assets in ToolAssetsToLoad and put them in AdminTools
- for _, intObject in pairs(ToolAssetsToLoad:GetChildren()) do
- if intObject and intObject:IsA('IntValue') and intObject.Value then
- local assetModel = InsertService:LoadAsset(intObject.Value)
- local asset = assetModel:GetChildren()[1]
- asset.Parent = AdminTools
- end
- end
- AdminTools.Parent = LightingService
RAW Paste Data