#better way 2 stop rainbow effect
2 messages · Page 1 of 1 (latest)
Okay, the first script is a module that returns a function that makes UI have a Rainbow BackgroundColor3, and the Stop function is how I stop that rainbow effect. Currently the way I stop it is through that Stop function so
Rainbow.Stop
Getting the module and then using that function
I was wondering there was any other way that I can make that stop function inside of the module, so that it doesn;t have to be inside of a table, but I can still reference it in another script.
Sorry if this is confusing!