I created a menu and encountered a problem with the mini map. All I want to do is that after the player presses play to appear the mini map
If you know any tutorial that can help me I would be very happy or any advices
1 Like
What exactly is the problem? You need to explain everything otherwise no one can help.
1 Like
The player enters the server and the menu in which he presses the play button overlaps with the mini map and all I want to do is that when the player presses Play after a few seconds to appear the mini map
Ok so when the player presses play, you want to add a wait() with the amount of time you want to wait, then make the mini map visible. The issue with the minimap overlapping is because you’re setting it to the wrong position
2 Likes
How I can do that because I don’t know
And for the wait just do
wait(3)
change 3 to how long you want to wait, decimals are accepted
2 Likes