Can You Bypass Skybox?

Does anyone have a rule which allows the event player to fall through the skybox? I’ve been trying different ways of detecting it but since it’s different on every map and uneven on some it’s difficult.

have you tried teleporting yourself meters below your previous position?

Tried that, it worked to an extent but sometimes it went through walls etc. and I had to run it constantly every 1s since I didn’t know how to only run it when on the skybox. I guess I could try a downwards raycast?

1 Like

yeah, you can experiment with that, since we dont have anything in the workshop that can go through the skybox yet :confused: from what i know

I’ll check it out when I have time. Thanks!

You could check the vertical speed and when its low or 0, teleport downwards.

1 Like

Raycasts will go through the skybox
I also recommend checking the vertical speed of the player & if their altitude is above a certain amount to detect the skybox, but this may not be perfect.

1 Like

Ah, why didn’t I think of that! Thanks for the idea!

1 Like

Teleport, Start Forcing Position, Disable Collision