local arsgeg=false
while wait() do
if arsgeg==false then
arsgeg=true
game:GetService("TweenService"):Create(script.Parent.chisinau,TweenInfo.new(2,Enum.EasingStyle.Quint),{script.Parent.chisinau.ImageTransparency=.8})
else
arsgeg=false
game:GetService("TweenService"):Create(script.Parent.chisinau,TweenInfo.new(2,Enum.EasingStyle.Quint),{script.Parent.chisinau.ImageTransparency=0})
end
wait(3)
end
This is the script
I tried everything but nothing works! I am completely baffled!