game.Workspace.Part4.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then local player = game:GetService("Players"):GetPlayerFromCharacter(hit.Parent) local playerGui = player.PlayerGui playerGui.ScreenGui.Gradient.IsItCompleteOrNot.Text = "Yes" end end)
OUTPUT: Part4 has CanTouch set to False. No TouchTransmitter will be created Placed in Started pack this script and it didn't work in starter playerscripts??