I know how to do the touch part, but i cant seem to make the gui disappear when the person is off the part.
Instance.TouchEnded:Connect(function(h) --When touch has ended gui.Enabled = false end)
sorry if thats not right