Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -- Made by Ministerus#7854. Just edit the [2] = 1 to whatever food id you want.
  2.  
  3. local Remote = game.ReplicatedStorage.Events['ChefFinished']
  4.  
  5. local Arguments = {
  6. [1] = "C0",
  7. [2] = 1
  8. }
  9.  
  10. Remote:FireServer(unpack(Arguments))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement