Hi, recently I was trying to make interaction system that is similar to bloxburg.
I was wondering if I can use mouse1down to detect you are clicking the object,and pop up the interaction gui.
Is it possible,and should I make a local script to detect player interacting or make a script in the interact object?
You can use proimity prompts. Proximity Prompts | Documentation - Roblox Creator Hub
It doesn’t match my interaction system
Cuz I want to make player can interact with the object to use different functions of the object.
Hey there, you gotta use clickdetectors on objects that you want players to interact with! Players will click on the object and a surface gui will pop up from the location of the part.
Feel free to ask any questions.!
2 Likes
Ah,I have forgotten that this feature.That’s what I want, thank you.