-- Give all entities Dodo Birds when the match starts
Events.MatchStart(function(event)
for i, player in ipairs(PlayerService.getPlayers()) do
MountService.spawnMount(MountType.DODO_BIRD, player)
end
end)
Functions
spawnMount(mountType: , player: ): void
Spawns a mount of the given type for the specified player and mounts the player.
BedWars mounts available for use are contained in the list.