So when I see code such as this
1 | local rebirth = game.Workspace.Events.Rebirth |
2 | if rebirth then |
3 | rebirth:FireServer() |
4 | end |
Why is the variable inside the if/then statement. Everytime I've tried to learn what this means, I always think that it means if it sees the variable anywhere it runs. It always runs though, no matter what. Can someone explain this to me?