Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

MaKe This Gui Show once??

Asked by
22To 70
9 years ago

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


0
Want us to show it once or twice? EzraNehemiah_TF2 3552 — 9y
0
once 22To 70 — 9y

1 answer

Log in to vote
0
Answered by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
9 years ago

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)
0
dont works, i just need it to show on entrance but if they die i dont want it to show 22To 70 — 9y
Ad

Answer this question