Im trying to make it so that after my loading screen dissapears after 12 seconds. This text button slides into view. I want to use this kind of scripting instead of just making it invisible then to visible.
wait(12) script.Parent.Position.X = 0, 770
It doesnt work