Hello!
I’m doing a teleport screen when you gonna teleport your screen will tween to black and then back to normal but when is supposed to be normal it’s not gonna happen I don’t getting any error here is script
script.Parent.OnClientEvent:Connect(function()
local Tween = game:GetService("TweenService"):Create(script.Parent.Parent.Parent.UI.TeleportScreen,TweenInfo.new(1.3,Enum.EasingStyle.Sine,Enum.EasingDirection.InOut),{BackgroundTransparency = 0})
Tween:Play()
wait(1.4)
local Tween2 = game:GetService("TweenService"):Create(script.Parent.Parent.Parent.UI.TeleportScreen,TweenInfo.new(1.3,Enum.EasingStyle.Sine,Enum.EasingDirection.InOut),{BackgroundTransparency = 1})
Tween:Play()
end)
And here is video what happenning:
Thank for reading!