I created a cylinder button in the workspace and added proximity prompt and it triggers a tweenposition frame but when I pressed the button, I don't see the frame on my screen...
Frame Properties: Visible: Yes, Original position: 0.5, 0, -2, 0, Zindex: 3
local spawngui = game.StarterGui.MainMenu.SpawnSelect prompt.Triggered:Connect(function() spawngui:TweenPosition(UDim2.new(0.5, 0, 0.5, 0), "InOut", "Elastic", 1) end)