Hello, DevForum members.
Recently, there has been a surge of new ‘drawing games’ on Roblox. (I may have created that surge)
Basically, I need help with reducing the number of paint objects (ink) in my drawing system.
It works by in steps of every 0.05 seconds, where it checks the startposition (where the player clicks) and the endposition (where the player moves their mouse), and then connects those 2 points with size (the distance), position (self explanatory), and rotation.
But I have noticed that it uses a lot of paint just to draw a simple line, and I was wondering if anyone has any idea on how I could reduce the number of paint.
The paint is a pretty simple circle image, and if the paint’s size is bigger than the brush size (a line) it uses a classic frame object.