#anybody got a fade in script for my gui?

1 messages · Page 1 of 1 (latest)

white stone
#

basically tryna type :cmds or :commands and my gui will fade in

quaint turret
#

no

#

do it urself

#

this isnt a script repo

white stone
quaint turret
#

then learn

#

bye

cosmic hollow
formal shadow
#

local Tween = game:GetService("TweenService")
local Logo = script.Parent
local info = TweenInfo.new(1)
local target = {BackgroundTransparency = 1}
local TweenService = Tween:Create(Logo, info, target)
wait(5)
TweenService:Play()

formal shadow