Whenever I try to get the values of both number values, it gives me the attempt to call a string value.
if Player1Value.Value > Player2Value.Value then
screenText = player2.Name"has been eliminated!"
wait(.1)
Remote:FireAllClients(screenText)
wait(3)
if player2 and player2:FindFirstChild("Character") then
player2.Team = lobbyTeam
player2.Character:MoveTo(lobbyTeleport.Position)
end
if player1 and player1:FindFirstChild("Character") then
player1.Character:MoveTo(lobbyTeleport.Position)
end