Insanely useful tool! Thank you roblox for this amazing tool!
Can you please share a repro of this issue.
nvm lol, it was because the billboard gui was too close to the screen, and I didn’t notice this because the output bar made my fov really big and for some reason made the billboard gui visible.
You could also do that with 2D, what’s the point?
Hey everyone!
We have a mini update for Path2D!
Path2D.Closed
property to connect the first and last control points.
Path2D:GetMaxControlPoints()
function to report the maximum number of control points.
Path2D.ControlPointChanged
this signal will fire any time any control point(s) changes.
Path2D.GetLength()
returns the length of the spline.
And finally, Path2D anti-aliasing is rolled out on all platforms. This will make all Path2Ds look much cleaner. A small note, it is expected that the Paths will get a bit thinner as a result, please keep this in mind.
As always please post any suggestions, feedback, bug reports, or anything else about Path2D!
Thanks