ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Free Client Script Executor *BACK*
1.1k Views

FE tool orbit but tool can spin

Free Client Script Executor *BACK*Uploaded by
6 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.

View Raw
Edited By: Automated_Account Download


Comments
6
User profile picture
transdimensional 6 months ago
just do angle += speed * deltatime
User profile picture
Automated_Account 6 months ago
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's profile pictureAutomated_AccountI know about that but somehow it didnt work in thi...
User profile picture
rainbow_cat 6 months ago
@Automated_Account maybe try angle = angle + (speed * deltatime)
User profile picture
Newscripter1 6 months ago
automated account added me
rainbow_cat's profile picturerainbow_cat@Automated_Account maybe try angle = angle + (spee...
User profile picture
Automated_Account 6 months ago
@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's profile pictureAutomated_Account@rainbow_cat no I mean angle = angle + speed * de...
User profile picture
rainbow_cat 6 months ago
@Automated_Account maybe cyz += is luau only and that executor uses lua
Please Login to add a comment.