Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Workspace.Events.ItemPurchase:InvokeServer(0,"cgz",0)
- getglobal=game
- get=field = -1 Workspace
- get=field = -1 Events
- get=field = -1 ItemPurchase
- get=field = -1 InvokeServer
- push=value = -2
- push=number = 0
- push=string = cgz
- push=number = 0
- p=call = 4 1 0
- aea = Glass Table (Blue)
- afz = Medium Wooden Table
- aga = Large Glass Table (Blue)
- ahm = Chinese Clothed Table (White)
- aim = Square Clothed Table (White)
- aja = Large Wood Table
- aka = Modern Chair (Blue)
- akk = Modern Chair (Black)
- akm = Modern Chair (White)
- avz = Basic Table
- caa = Low quality Counter
- cba = Average Counter
- cca = High quality Counter
- cda = Best quality Counter
- cez = Milkshake Bar
- cfz = Hit Drinks Bar
- daz = Catzario Statue
- dbz = Mightty Statue
- dcz = Ultraw Statue
- ddz = DerpyMcDerpell Statue
- dez = AtomixKing Statue
- dfz = Kindoodle Statue
- dgz = Twenty-One Pilots (Premium Radio)
- dhz = Spanish (Premium Radio)
- djz = Rap (Premium Radio)
- diz = Cyaim Statue
- dkz = Blocksky Statue
- dlz = Tiki Smoothie Bar
- gbw = Welcome Chalkboard (Sand)
- gjz = Reeds
- gpk = Tall Lamp (Black)
- gpm = Tall Lamp (White)
- grz = Food Signs
- gsz = Boat
- maz = Electronic Radio
- mbz = Jazz Radio
- mcz = Cheerful Radio
- mdz = Electronic Dance DJ Table
- raz = Japanese Arch
- rbz = Italian Arch
- rez = Golden Arch
- w2z = TV
- w4z = Modern Shelf
- woz = Blocksky Painting
- cgz = Barbecue
- --For lua script executor
- local factory
- for _,tycoon in pairs(game.Workspace.Tycoons:GetChildren()) do
- if tycoon.Factory.Player.Value == game.Players.LocalPlayer then
- factory = tycoon.Factory
- end
- end
- local lastCounter
- factory.PlacedItems.Finished.ChildAdded:Connect(function(obj)
- if obj.Name == "Counter5" then
- lastCounter = obj
- end
- end)
- while true do
- game.Workspace.Events.ItemPurchase:InvokeServer(0,"cgz",0)
- game.Workspace.Events.Building.PlaceObject:InvokeServer({Workspace.Furniture.Counter5,false,Vector3.new(0,-10,0),90,"cgz"})
- factory.RestaurantHandler.RemoveFurniture:InvokeServer(lastCounter,3)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement