Summary
I noticed that the new Test Players seem kind of useless for Verse because its not possible to use them with the GetPlayspace().GetPlayers() method.
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Assets
Steps to Reproduce
1.Create a Verse file paste the following into on begin:
Players := GetPlayspace().GetPlayers()
Print(“{Players.Length}”
Expected Result
This should return the number of players in the map plus the number of test players in the map
Observed Result
But it only returns the number of real players in the map and therefore the GetPlayspace().GetPlayers() function only returns an array of real players in the fortnite map which leds to the test players not being useful with verse
Platform(s)
PC