Okay so i’ve had that simple script for my loading frame. Here is it.
task.wait(5)
script.Parent.Parent:Destroy()
The local script is located in a TextLabel who is INSIDE of a frame. But the frame does seem to keep coming back when I put Destroy() , Does destroy() destroy the whole frame ?