What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I looked around, but this place is full of crap half the time.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local GUI = game.Workspace.Part.ProximityPrompt
local ProximityPromptUI = script.Parent.ProximityPromptUI.ScreenGui
GUI.Triggered:Connect(function()
wait(3)
script.Parent:TweenPosition(UDim2.new(0.275, 0,0.914, 0), "In", "Back",5)
end)
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.
and then what is the parent of script so we can fix the issue in the output? it seems like its searching for a screenGui inside a frame so let me know of that too