I’m trying to make a scope GUI but for some reason I can’t get the frames to surround the scope and have the scope be centered
Can you share a picture or video of what you currently have?
If you’re trying to overlap the image with an in-game scope, I’d recommend using a surface gui.
This will center the image:
Set the image AnchorPoint
to 0.5, 1
or 0.5, 0.5
under its properties tab
Then, set the image Position
to {0.5, 0},{0.5, 0}
.
This will place it at the center of your screen.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.