chrisinator66

Untitled

Jun 8th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. while wait() do
  2. wait(0.1)
  3. for i,v in pairs(game.Workspace.Tycoons.Factory1["Arcane Lightning"].Model:GetChildren()) do
  4. if v.Name == "ChargePart" then
  5. if v.Color == Color3.new(248, 217, 109) then
  6. wait()
  7. else
  8. for i,v in pairs(game.Workspace.Tycoons.Factory1["Arcane Lightning"].Model:GetChildren()) do
  9. if v.Name == "Part" then
  10. if v:FindFirstChild("ClickDetector") then
  11. game.ReplicatedStorage.Click:FireServer(v)
  12. end
  13. end
  14. end
  15. end
  16. end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment