Spawn Function Problem

Also this may be a problem, do;

(currentbutton.Value)[_Unanchor].Delay.Value]

Okay! I will try that instead.

I’d just like to point out all of your repeat wait() code will never run.
None of the functions return true, so the repeat wait() will go infinitely.

It’s the same effect as

repeat wait()
until false

If you only need to call the function, just do appear()

1 Like