Oct 11Fast Energy Evolution Simulator Mobile Scriptlocal args = { [1] = "AddEnergy" } while true do game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ChangeBattle"):InvokeServer(unpack(args)) task.wait() end
local args = { [1] = "AddEnergy" } while true do game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ChangeBattle"):InvokeServer(unpack(args)) task.wait() end
Comments