Proximity Prompt Trigger

How can I activate proximity prompt on GUI without using Remote Event. Something like this: fireproximitypromt(Prox)

1 Like

just check if the player’s HumanoidRootPart is within a certain distance of the flashlight, and then display the prompt.

If you’re asking about picking up the flashlight and adding it to the player’s inventory, that has to use a RemoteEvent that asks a serverscript to do so.

you can use :InputHoldBegin() if u want the user to trigger the proximity prompt on the gui

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.