when i try to teleport the whole server it says "Unable to cast value to objects"
the code is ```lua local function evacuation()
game.ReplicatedStorage.stopMusic:FireAllClients()
local sound = Instance.new("Sound")
sound.Parent = workspace
sound.Looped = true
sound.SoundId = "rbxassetid://93477208949609"
sound:Play()
task.wait(10)
local bad = game:GetService("BadgeService")
local tele = game:GetService("TeleportService")
for i, plr in pairs(game.Players:GetPlayers()) do
bad:AwardBadgeAsync(plr.UserId, 3473962204182242)
bad:AwardBadgeAsync(plr.UserId, 3276114288757380)
tele:TeleportAsync(87217132139486, plr)
end
end
** You are now Level 1! **