local detail = script.Parent.detail
local alpha = 25
while wait(.15) do
if alpha <= 25 then
alpha += 1
detail:TweenPosition(UDim2.new(detail.Position.X.Scale, detail.Position.X.Offset, .2, 0))
elseif alpha > 25 then
alpha -= 1
detail:TweenPosition(UDim2.new(detail.Position.X.Scale, detail.Position.X.Offset, .4, 0))
end
end
I can save the place, i can open it, i can do ANYTHING, just the scripts
Thanks roblox thanks beautiful platform to work on
It happened before but reopening the place fixed everytihng, oh and when i open the place i get bombarded with windows of random “script recoveries” which arent even useful at all its just the same script