Hello so, I don’t post on Dev Forum much unless I really need to, so
I was just in a team create with another dev, everything was fine, playtesting in studio worked great.. until when i play tested one more time, everything suddenly just doesn’t work, AT ALL
From what I could see, all connections suddenly just refuses to work, the script is running, I did a test by putting a print(“hello”) on the start.. and a print(“hi”) on a renderstepped connection, and it just.. doesn’t print on the renderstepped, at all, no errors, nothing.
The code that i tested, is straight up just
RunService.RenderStepped:Connect(function()
print("hi")
end)
And is, for some reason, not working
Again, the script IS running, it’s just the connections suddenly doesn’t work at all mid editing, and no it’s not a local bug, it happened to the other dev in team create too
I’ve tried changing SignalBehavior but, to no avail
I’m really stuck here, I’m almost certain this is a very sudden or a rare bug of Roblox Studio.. as it has never happened to me in my years of Roblox Studio, this is the first time