Citizens does not work.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Gmia

Member
May 21, 2026
2
0
1
Code:
on citizen right click:
    if citizen is named "&b&lSpeed":
        send "Coming soon." to player

Im using skbee and skrayfall and skonic
And nothing pops up...
the skript shows that it's working but it does not
 
Code:
on citizen right click:
    if citizen is named "&b&lSpeed":
        send "Coming soon." to player

Im using skbee and skrayfall and skonic
And nothing pops up...
the skript shows that it's working but it does not
Maybe try: name of event-entity. I'm not sure if that would work however. Alternatively, you can check on right click of entity then the name, without using citizen based expressions (if the issue has to do with your script addons).