Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- wait(0.1)
- for i,v in pairs(game.Workspace.Tycoons.Factory1["Arcane Lightning"].Model:GetChildren()) do
- if v.Name == "ChargePart" then
- if v.Color == Color3.new(248, 217, 109) then
- wait()
- else
- for i,v in pairs(game.Workspace.Tycoons.Factory1["Arcane Lightning"].Model:GetChildren()) do
- if v.Name == "Part" then
- if v:FindFirstChild("ClickDetector") then
- game.ReplicatedStorage.Click:FireServer(v)
- end
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment