I am trying to make a VR Game and the arms are not working

I am trying to make a vr game and my friend tested it and the arms I made wouldnt work
*
*1. I want to make the Sphere stay with the controller

  1. The sphere won’t move with the VR Controllerimage

    image
    “FlyBoyFly321”
    is my friend that tests the vr I will fix that later
  2. I want to achieve Solutions on how to make this work and make it work I tried using RemoteEvents as in the picture I am not the best with RemoteEvents can someone help please
2 Likes

VRService:GetUserCFrame returns the CFrame relative to a central CFrame. You need to post-multiply the given CFrame by the HumanoidRootPart’s CFrame to get it to appear where the character is.

Also, You’re only firing the event once, Making the arm move to the CFrame only once, Add a renderstepped. (Sorry if i’m wrong)

You appear to have written RIghtMove when your event is called RightMove. Remeber, Lua is case-sensitive!

I tried that I got a new error now image

image

you made a typo on line 5.

Fixed I edited everything and it just gave me an error ofimage

you said FireServer in a server script