Can you show me the entire output?
Can you add a print after PlayerAdded and Chatted?
1 Like
I made it say when it starts and ends⌠Obviously when I joined it automatically executed the on player addedâŚ
1 Like
Your issue is you changed if (Args[1] == ":add"
to if (Args[1] == ":add "
There shouldnât be a space after the command.
2 Likes
OMG, thank you it worked!!! Thanks for all the help today!
2 Likes