Hello I'm trying to make this welcome gui only show once. This is basically the main script can you please add the show once to it because it confuses me when you do a seperate thing
Gui = script.Parent.Parent while true do wait(49) script.Parent:TweenPosition(UDim2.new(-2,0,-5,0), "In", "Back", 1,true) end
I think..? Your question is a bit broad.
local Gui = script.Parent.Parent wait(49) script.Parent:TweenPosition(UDim2.new(-2,0,-5,0), "In", "Back", 1,true)