How would I go about, or start off? I am not asking for a script just a way of doing it?
Checks from a certain radius of a brick, say.. 5 studs or something. Checks if player has Gun selected and the player is currently holding it, if the player is holding a Gun within the radius of the brick then make GUI from the brick Visible.
I am not sure if that made alot of sense... to people heres an example; I walk towards a brick within 5 stud radius, I select my Gun, then a the GUI is visible.
How would I start? I don't really know anything about distance..
Use magnitude
to find if anyone is within the specific distance
You can also check for the specific tool name inside the players character by looping through everything in their character and checking if the tool is there because when a tool is selected it is parented to your Character.