top of page

Fast Energy Evolution Simulator Mobile Script



local args = {
    [1] = "AddEnergy"
}

while true do

game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ChangeBattle"):InvokeServer(unpack(args))
task.wait()
end 



4 views

Comments


bottom of page