tnks but i still can’t download your plate…
Man, it works for me with your image. I just changed the label’s Position
to {0, 0}, {0.9, 0}
. May I see your explorer? Do you know for sure that my previous script is not interfering with my updated script? Your image should be going down, not up. Remove the previous task.spawn()
I provided if you have not already.
You can make a video. If you dont want to do this make it so it resets whenever a book is exactly out of the corner so the frame keeps resetting.
Bro i swear i will break my monitor that not working
script :
local image = script.Parent
local RunService = game:GetService("RunService")
local TweenService = game:GetService("TweenService")
task.spawn(function()
while true do
local info = TweenInfo.new(0.5, Enum.EasingStyle.Linear)
local goal = {Position = UDim2.fromScale(-1, -1)}
local tween = TweenService:Create(image, info, goal)
tween:Play()
tween.Completed:Wait()
image.Position = UDim2.fromScale(0, 0)
end
end)
and here is the image when its alone
just plz unlock your game lol it will be more easy to try if that work , we are losing time trying on my plate
Sorry, it should be unlocked now. I thought I checked the Allow Copying
box, but I checked a different box.
TNKS YOUUUUUUU it work now!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.