So when I see code such as this
local rebirth = game.Workspace.Events.Rebirth if rebirth then rebirth:FireServer() 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?