Advertisement
Owen007

Untitled

Jun 23rd, 2022
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Workspace").Plots.Plot1.Ovens:GetDescendants()) do -- --REPLACE Plot1 WITH YOUR PLOT
  2. if v.Name == "Feast" then -- Replace to your oven name
  3. local thing2 = "Exotic" -- Keep
  4. local thing = v
  5. local Event = game:GetService("ReplicatedStorage").Remotes.StartBake
  6. Event:FireServer(thing, thing2)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement