I’ve gotten the error above a million times when making my battle royale game. I’ve tried soooo many variations of the same script and they’ve failed every single time. The crazy thing is the script used to work and now all of a sudden, it’s decided not to work even though I changed absolutely nothing. I’ve tried TeleportPartyAsync() and TeleportAsync(), both of them giving the same error. I’m trying to teleport a group of players to a different place within the same experience, the experience and the place is public, i’m not already in the place i’m trying to teleport to, and this should really be simple but it isn’t for some reason.
I got “Unable to cast value to object”, I’m gonna try to teleport each individual player and see if that does anything because I’ve heard TeleportAsync() will work when its just one person