rbxb / place

a clone of r/place
GNU General Public License v3.0
84 stars 61 forks source link

Disabling or reducing rate limit to enable click and drag drawing #22

Closed rosebrt closed 1 year ago

rosebrt commented 1 year ago

I added a dragdraw variable in the js to implement some pretty simple "click and drag draw" functionality, only problem is that it keeps kicking me for rate limit. I tried changing the rate limit values, and even just forcing the rate limit function to always return false, but it still kicks me.

rosebrt commented 1 year ago

Sorry I'm a moron I just needed to rebuild

shakyevan444 commented 1 year ago

may i ask how could i add this dragging feature