cortesjoren

Cooking Simulator script waffles

Jan 11th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while true do
  2. wait()
  3. local A_1 =
  4. {
  5. [1] = "Waffles"
  6. }
  7. local Event = game:GetService("ReplicatedStorage").Events.Cook
  8. Event:FireServer(A_1)
  9. end
Add Comment
Please, Sign In to add comment