this is what I have right know
1 | script.Parent.Touched:Connect( function (hit) |
2 | local humanoid = hit.Parent:FindFirstChild( "Humanoid" ) |
3 | if hit.Parent ~ = humanoid then |
4 | -- I Don't know what to put here but I know I'll have to connect this script to the screen GUI |
5 | end |
6 | end ) |
if hit.Parent ~= humanoid then
else
game.StarterGui.guiname = true