So hummmmm,
i wanted to make so when the player clicks g, it would have this blue screen with text and the player s, avatar but i have no idea where to start,
Can somebody help?
Do you have the gui made and everything and you need help with the scripts or smth else
I guess, you can just make your frame, with a textlabel with your text and add a ViewportFrame to it for the character model. Then when g is pressed, just set visible to true, or maybe use TweenService to slide the frame onto the screen. You can detect when g is pressed using ContextActionService or UserInputService