Download
Plugin: https://create.roblox.com/store/asset/13755578365/EasyPathV2
Module: https://create.roblox.com/store/asset/13755576625/EasyPathHandlerV2
What is EasyPath?
EasyPath is a simple plugin that you can create a path.
There is also a module script for handling the path that you created, therefore you can make an object follow the path, and place objects on the path etc…
Demo
Demo file:
Demo_1.rbxl (53.5 KB)
How to use
Plugin
Create new path: Click the “Create new path” button in the plugin window.
Delete path: Select the folder in ReplicatedStorage / PathDataStorage, and press delete key.
Add new point: Left Shift + Left Click to add new point.
Delete point: Select a point you want to delete, and press delete key.
Module
Run “new” function with a path data that you want to use as an argument.
(A path data will be created in ReplicatedStorage/PathDataStorage by the plugin.)
Summary
I used the amazing module from @bhristt for handling a Bezier Curves.
This is my first time making a plugin and posting on devforum, therefore there could be some bugs and lacking information.
Please let me know if there is any.
Also, I recently made a game called “Snowball Migration”
Please have a look if you are interested.
Thank you!