CREATED BY oSheep
FEATURE:
- EVOLVE INSTANTLY TO SOMETHING
- DEV NOTE: Execute that as Hollow and reset like 3 time and rexecute 3 time and u got evolved as Vasto Lorde
- u can still change name evolve to reaper or whatever
local args = {
[1] = "MenosEvolve"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Server"):WaitForChild("Initiate_Server"):FireServer(unpack(args))
local args = {
[1] = "AdjuchaEvolve"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Server"):WaitForChild("Initiate_Server"):FireServer(unpack(args))