#i honestly suck at scripting and idk how to solve this

6 messages · Page 1 of 1 (latest)

tranquil glacier
#

`local TweenService = game:GetService('TweenService')
local bad = script.Parent.Bad
local as = script.Parent.As
local roleplay = script.Parent.Roleplay
local presents = script.Parent.presents
local gmtitle = script.Parent.gametitle

wait(10)

TweenService:Create(
bad,
TweenInfo.new(2),
{TextTransparency = 0}
):Play()
wait(0.1)
TweenService:Create(
as,
TweenInfo.new(2),
{TextTransparency = 0}
):Play()
wait(0.1)
TweenService:Create(
roleplay,
TweenInfo.new(2),
{TextTransparency = 0}
):Play()`
idk

#

i just cant figure out how to make it work T-T

royal hound
tranquil glacier
#

and then fade out