Can anyone tell me how to make if game.Workspace:FindFirstChild("BasePlate") work if it's not found instead?
if game.Workspace:FindFirstChild("BasePlate")
You said it in the title.
if not game.Workspace:FindFirstChild("BasePlate") then print("Ready to go sir!") end