You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the player exits an astrotube without ejecting, we attempt to CFrame their character a few studs beyond the exit by calling spline:SolveUniformPosition(t) with a time beyond 1. CatRom does not currently support inputs outside of [0, 1], so a warning is thrown. This could be fixed by fixing CatRom or by CFraming the character differently. For example:
When the player exits an astrotube without ejecting, we attempt to CFrame their character a few studs beyond the exit by calling
spline:SolveUniformPosition(t)
with a time beyond 1. CatRom does not currently support inputs outside of [0, 1], so a warning is thrown. This could be fixed by fixing CatRom or by CFraming the character differently. For example:The text was updated successfully, but these errors were encountered: