top of page

Fast Energy Evolution Simulator Mobile Script

  • Writer: aktasenesfurkan23
    aktasenesfurkan23
  • Oct 11, 2024
  • 1 min read


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

while true do

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



 
 
 

Comments


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page