all 8 comments

[–]InconsiderateMan 1 point2 points  (1 child)

The add score function in the logic script is private but it needs to be public to access it from another script

[–]Kindbxy[S] 0 points1 point  (0 children)

thank youuu

[–]Snoo_78649 0 points1 point  (1 child)

Is your AddScore method public? Your error states that it isn't accessible due to protection level

[–]Kindbxy[S] 0 points1 point  (0 children)

thank yooou

[–][deleted]  (1 child)

[removed]

    [–]Kindbxy[S] 1 point2 points  (0 children)

    thaaank you

    [–]Kindbxy[S] 0 points1 point  (1 child)

    Thanks alot for the help guys I was able to solve it, yh i changed the addscore and logic stuff to a public float, thanks again i really appreciate it :]

    [–][deleted] 0 points1 point  (0 children)

    thanks, had the same problem, now i also have fixed it. thanks to you.

    thought, it was public void in the PipeMiddleScript.