#anybody got a fade in script for my gui?
1 messages · Page 1 of 1 (latest)
i dont know how to script if you couldn't infer it
hire people
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()
Bro hes not gonna hire someone to write a script that you can literally pull out of the toolbox