Ok so I found a video by @UseCode_Tap on how to make a roblox plugin. But I want to make a plugin like the road plugin where you have the resize dot things and you can pull to make the part/road longer. Im just messing around with plugins at the moment and I think knowing this will help alot in the future. Thanks
1 Like
So pretty much a building plugin
1 Like
First, to create a plugin, read the full documentations (the intro and plugin
).
To correctly place the white dots on the road, you will just need to use mathematics.
2 Likes
Use a catmul-Rom Spline to get the road curvatures CRSplineModules [v2.0.0] (Smooth curve that goes through control points)