`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