if player.PlayerGui:FindFirstChild("TeleportGUI") not then end
Im not sure what im doing with this. I already have the player referenced correctly and all that, no issue there. I just am stuck on how to write this line of code out correctly.
if player.PlayerGui:FindFirstChild(“TeleportGUI”) == nil then end
This should work