I was playing around with my studio and I made this simple script:
script.Parent.Touched:Connect(function() print("hello") script.Parent.BrickColor = BrickColor.Red() end)
Somehow, it does not prints "hello". However, the part turns red automatically. My part color in the game is green, but it shows as red whenever I play. Anyone have this same problem and any suggestions to fix it?
It's probably because you're sending too many requests. Add a wait or a debounce after. That's the only explanation I can think of. Though it doesn't make sense. I am also having unexplainable problems.
Dude, looking back I might accidentally typed a space in the Output Find feature and "hello" itself doesn't have a space which might be the reason why the other lines appear but "hello" doesn't
This is the stupidest question I have ever made