This is my script:
function onTouch()
game.StarterGui.ScreenGui.Enabled = true
end
script.Parent.Touched:connect(onTouch)
I'm trying to make a door that opens a gui when the player touches it but my script isn't working, would anyone know how to do this? |