M1XTExploits

Untitled

Dec 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. while true do
  2. wait(2)
  3. for i, v in pairs(game.Workspace.BensIceCream:GetChildren()) do
  4. if v.Name == "CustomerTargets" then
  5. for a, b in pairs(v:GetChildren()) do
  6. if b.Name == "CustomerTarget" then
  7. game.ReplicatedStorage.DataFunction:InvokeServer({Item="Ice Cream Cup", Type="EquipItem"})
  8. game.ReplicatedStorage.DataEvent:FireServer({Type="FinishOrder", Correct=true, Workstation=b})
  9. end
  10. end
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment