If it is client sided then would it be possible to add more cs2d commands that perform on the client side?
That would be cool, client sided lua--(I know, asked already).
Scripts
Imageconstantrotate()?
Imageconstantrotate()?
1

the command is called tween_rotateconstantly (if your one is called Imageconstantrotate than it isn't an original function of CS2D).
RAVENOUS already said it: Lua is 100% serversided. not a single Lua command is executed on the clientside! this has security reasons and will not be changed.
why do even you want that command to be clientsided?
it really wouldn't change anything. clients see the rotation anyway and the command doesn't waste much traffic because the rotation command is only sent once. there is no permanent traffic caused by the rotation (that's actually the reason why there are the new and awesome tween commands. cool animations with minimum network traffic. god.. they are so cool!)
DC has written
1
