Is it any way to multi renamy functions/variables in roblox studio?

ex.

local a = -10

a = math.abs(a)

print(a - 5)

is it possible to change like all “a” to example “b”?

Hold LeftAlt, click where you want to change, release LeftAlt and write. It will write where you selected

1 Like

There are some shortcuts for roblox studio, you should check on google

Yeah. There’s a replace all of one word with another button in Roblox studio. It might not work for like single letter variables. But you can use it to replace words with different words. I think the shortcut is Ctrl+H to replace singles at a time and Ctrl+alt+h to replace all of one word at a time

It can work for simple letters if you sort things on the thing (CTRL + F if i remember)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.