I have a script that teleports a player from a trigger point to a spawn
point. The teleporting works but there is a large black circle that
shows up on the right until I get to the spawn point and then it
disappears. import { Entity, Component, PropT...
I want a door (Worlds portal) to appear when a player enters a trigger.
It's set to invisible by default. Script1 makes the door visible on
enter and hides it on exit, but the info panel (a child of the door)
stays visible. Iād like the info panel to...
Hello, I'm trying to recreate the flight pen mechanic from AltspaceVR. I
want to grab the pen, press the trigger, and fly in the direction my
hand is pointing. I'd like it to control speed as well, so the farther
away the pen is (relative to the play...
I have a memoriam world for celebrities that have passed away this year
for people to gather and remember them. It's called Deaths in 2025 and
I'm not able to publish it anymore. Is it possible that I have
inadvertently violated community guidelines?...
Update: I noticed two things, if I turn my head to the right the black
circle fills my vision, if I turn my head to the left I can not see the
black circle.
"It looks like you are getting speed by offset.magnitude of flightPen
when the trigger was pressed and the current position of the flightPen.
So the further you move the faster you move." Yes, I'm trying to get any
movement related to flightPen posit...