Hey everyone! When a humanoid touches the part its meant to show the gui. (NOT WORKING)

3 Likes

I suggest you read this post for proper post formatting: About the Scripting Support category

Anyways, line 3 is looking at the script’s parent, not the Part that hit it. Change line 3 to:

if hit.Parent:FindFirstChildWhichIsA("Humanoid") then
3 Likes

Amazing! A nice quick fix! Thank you!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.