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

View Raw
Edited By: Automated_Account Download


Comments

6
Log in to join the conversation. Login
Newscripter1's profile picture
Newscripter19 months ago

automated account added me

1
Automated_Account's profile picture
Automated_AccountUploader9 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.

1
rainbow_cat's profile picture
rainbow_cat9 months ago

@Automated_Account maybe try angle = angle + (speed * deltatime)

1
Automated_Account's profile picture
Automated_AccountUploader9 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?

1
rainbow_cat's profile picture
rainbow_cat9 months ago

@Automated_Account maybe cyz += is luau only and that executor uses lua

1
transdimensional's profile picture
transdimensional9 months ago

just do angle += speed * deltatime

1