R6 VR version 3 (but not really)

IT DOESNT WORK ANYMORE! please FIX QUICK!

2 Likes

i kinda got it working for textchatservice by deleting the chat modules in the vr code

1 Like

does the vr script work for you? cause mine seems to not be loading the vr script at all. It worked fine before. I Didn’t touch it for it to break.

1 Like

i’m insure, the only thing i really did was insert it, and then slapped the mainmodule into the VRAttachment and then put it in serverscriptservice

but did it work? did you test it?

1 Like

i got a help from another dude i found on youtube. He fixed the script for me. turns out it was because of the new textchatservice that the vr script doesn’t work

Is it possible to get a video of what it’s supposed to look like?

My edited module can be found here if anyone would like to use it: https://create.roblox.com/store/asset/16911488869/R6-VRModule-Edited (Added support for new TextChatService, VehicleSeats, UnreliableRemoteEvents, etc.)

2 Likes

The module doesn’t really seem to work for me, I’ve done everything from adding the module to the attachment script itself and setting the chat version to LegacyChatService and all I get is snap turning.

edit: I’ve modified the code and got it working.
edit 2: I’m blind and didnt the post above literally had a LINK to the edited module

where do you put this in?
do you put this in serverscriptservice?

1 Like

why i cant see myself my hands arent moving and nothing server side but in vr i see it

Hand movement replicates to other clients, not the server

Heyy! I got the module working with the new TextChatService by simply noting out / remove the bit where it require’s the Chat module

self:Require("Chat")

and then look through every other module to check if they use any function out of the Chat module. If they do, then I’ve noted those calls out as well.

You can also replace the current Client script under the Loader → MainModule → Client with this one: https://create.roblox.com/store/asset/82735914437494/VR-R6-Fixed-Client

This will just let Roblox do purely all the chat actions and keyboard stuff which works fluently on my end.

1 Like