• Outside of punishment appeals, these forums have been archived.
    We hope to see you on our Discord instead!
    Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
  • Hey! Register here to create your account, engage with the community, and talk about what is new!

Execute code when sign is right clicked

Diceey

New member
Joined
Sep 20, 2021
Messages
15
Reaction score
0
Hey guys me again how do i execute code when a sign is right clicked.
 

stinkey

Forum adept
Joined
Sep 8, 2020
Messages
225
Reaction score
74
PLAYER EVENT RIGHT CLICK:

IF PLAYER IS LOOKING AT ( THE SIGN LOCATION ) {
/* CODE TO BE EXECUTED */
}
 
Solution
Top Bottom