I tried making a GUI that pops up on your screen when you touch a brick. First I started by placing a part, Renamed it to TalkToTheEIK
And then made the GUI with a local script.
This is what is inside the LocalScript:
1 Like
You can simply do workspace instead of what you did. Also, you need to use :Connect() to actually connect that function with the event.
workspace.Part.Touched:Connect(function()
end)