.......................Why is the code ignoring the "and"??
Asked by
5 years ago Edited 5 years ago
needed to add dots to make the question longer.
when the sign touches it and the animation plays/the bool value is found then it should run. but it ignores the and why?
code:
1 | local bottle = workspace.Bottle |
2 | local remote = game.ReplicatedStorage.RemoteEvents.Bottle_One |
3 | local plr = game.Players.LocalPlayer |
4 | bottle.Touched:Connect( function (hit) |
5 | if hit.Parent.Parent:FindFirstChild( "Sign" ) or hit.Parent.Parent:FindFirstChild( "Hammer" ) and plr.Backpack:FindFirstChild( "Anim" ).Value = = true then |
7 | elseif plr.Backpack.Anim = = nil then |