1.3k Views
59 Executions
FE tool orbit but tool can spin
Free Client Script Executor *BACK*Uploaded by 9 months ago
Please login to perform these actions:Description
Needs a tool in inventory. This tool will, by default, orbit you faster than the other one. Say ;unptorbit to stop the orbit. Netless is included. Only one tool can orbit in this script.




automated account added me
I know about that but somehow it didnt work in this game which is really weird. Also if im doing for loops through tables I need to use pairs() / ipairs() / next() or it does not work.
@Automated_Account maybe try angle = angle + (speed * deltatime)
@rainbow_cat no I mean angle = angle + speed * deltatime works fine and it is the same as what you said but angle += speed * deltatime doesn't work. Btw why did you change username agb?
@Automated_Account maybe cyz += is luau only and that executor uses lua
just do angle += speed * deltatime