local HorrorMusic = game.Workspace.HorrorMusic
script.Parent.MouseButton1Click:Connect(function(h)
local hum = h.Parent:FindFirstChild("Humanoid")
if hum ~= nil then
end
script.Parent.MouseButton1Click:Connect(function()
1 | HorrorMusic:Play() |
2 | end ) |
3 | game.Workspace.MouseClickEffect:Play() |
4 | HorrorMusic:Stop() |
5 | h.Parent.HumanoidRootPart.CFrame = CFrame.new(workspace.TelePart.Position) |
6 | game.Lighting.Atmosphere.Density = 1 |
7 | game.Lighting.Atmosphere.Haze = 10 |
8 | game.Lighting.ClockTime = 0.6 |
9 | script.Parent.Parent.Parent.MenuFrame.Visible = false |
end)
after i do all the things and i start the game this massage in the output comes for me
Players.DodaKiller_YT.PlayerGui.Menu.MenuFrame.Play.LocalScript:6: attempt to index nil with 'Parent'
As far as I see, you did not define 'h' in any part of the script and I'm assuming you meant to put 'hum', please next time be sure it's not a typo