I am trying to make a Voice Chat only teleporter but when I try to teleport the player I get this error: VoiceChatService:IsVoiceEnabledForUserIdAsync() not implemented. Is there a way to fix this?
u mean voice chat server only?
:IsVoiceEnabledForUserIdAsync() doesn’t work on the server for now but it does work on the client.
You’ll have to find a workaround until it is.
Maybe send it through a remote event to the server. Or just teleport them on the client.
That instance method is only available to local scripts.