So currently in Holocene TS, there are new animals, I decided to add them.
The script is not mine, I just added new animals, all credits goes to https://v3rmillion.net/showthread.php?tid=924101
New animals:
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Mammals", "Megaloceros1")
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Birds", "PeregrineFalcon1")
Old animals:
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Aves", "BaldEagle1") -- Bald Eagle (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Humans", "Ranger1") -- Human Ranger (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Cephalopods", "GiantPacificOctopus1") -- Giant Octopus (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Cats", "SiberianTiger1") -- Siberian Tiger (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Aves", "Harpagornis1") -- Haast's Eagle A (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Aves", "Harpagornis2") -- Haast's Eagle B (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Snakes", "KingCobra1") -- King Cobra (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Birds", "ElephantBird1") -- Elephant Bird (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Birds", "Pachyornis1") -- Heavy-Footed Moa (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Whales", "OrcaTypeA") -- Killer Whale (Type A) (GAMEPASS)
To remove MainGui you can use Dex Explorer
Please, don't assume me if I did something wrong, I'm new here
The script is not mine, I just added new animals, all credits goes to https://v3rmillion.net/showthread.php?tid=924101
New animals:
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Mammals", "Megaloceros1")
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Birds", "PeregrineFalcon1")
Old animals:
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Aves", "BaldEagle1") -- Bald Eagle (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Humans", "Ranger1") -- Human Ranger (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Cephalopods", "GiantPacificOctopus1") -- Giant Octopus (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Cats", "SiberianTiger1") -- Siberian Tiger (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Aves", "Harpagornis1") -- Haast's Eagle A (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Aves", "Harpagornis2") -- Haast's Eagle B (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Snakes", "KingCobra1") -- King Cobra (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Birds", "ElephantBird1") -- Elephant Bird (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Birds", "Pachyornis1") -- Heavy-Footed Moa (GAMEPASS)
game:GetService("ReplicatedStorage").Events.SpawnEvent:FireServer("Whales", "OrcaTypeA") -- Killer Whale (Type A) (GAMEPASS)
To remove MainGui you can use Dex Explorer
Please, don't assume me if I did something wrong, I'm new here