I want to add admin commands in my game but it requires a PlayerAdded event. I already have a PlayerAdded event in the script though. Will it cause lag or just be bad? I don't want to have to make one big PlayerAdded event but I feel as I must.
Yes it is completely fine. I made admin commands with multiple PlayerAdded events too. I call it Nebula and it works nicely.