Im trying to make a safezone sphere for my Battle Royale gamemode but it looks like shit because render.DrawSphere only draws the inside of a sphere and not the outside.
Is it possible to draw the outside of it in any way?
Use a material with $nocull set to 1, that should solve it.
Use a negative radius.
Worked perfectly! Thanks!