Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Restaurant Tycoon CHIEF INSTANT COOK
SUBMITTED BY:
samen
DATE:
Aug. 3, 2021, 10:20 p.m.
FORMAT:
Text only
SIZE:
565 Bytes
Raw
Download
Tweet
HITS:
9275
Go to comments
Report
local PS = game.Players.LocalPlayer.PlayerScripts
local Worker = require(PS.CookingNew.WorkerComponents.WorkerDefault)
local M1 = require(PS.ClientMain.Replications.Customers.GetNPCFolder)
Worker.event = function(...)
local args = {...}
local npc = M1.GetNPCFolder(args[1]).ClientWorkers:FindFirstChild(args[2])
local M2 = game.ReplicatedStorage.Resources.NewCookingResources.SharedCharacterComponents:FindFirstChild(args[4])
if M2 then
local Task = require(M2)
Task.finishInteract(npc,args[3],args[4])
end
return
end
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus