BxPanxi
(BxPanxi)
June 18, 2020, 6:59pm
#1
Hi! I noticed an issue in my game where nobody could chat. They could type in the box if they clicked, but they couldn’t send anything. I checked the F9 errors, and was given this;
However, the Roblox Chat modules were never edited and aren’t in the game studio at all. I’ve tried copying them over and seeing if that fixed anything, but to no avail.
Would anyone happen to know a fix to this issue?
1 Like
Hexultic
(Hexultic)
June 18, 2020, 7:00pm
#2
I’m no scripter. But, maybe a model you inserted into the game has a script that causes this?
1 Like
BxPanxi
(BxPanxi)
June 18, 2020, 7:01pm
#3
I did look into any possibly other viruses or scripts, but I did not see anything that could be causing this issue. I made sure to check for require,getfenv, etc etc.
1 Like
Hexultic
(Hexultic)
June 18, 2020, 7:03pm
#4
How about plugins?
Do you have Code Kingdoms?
Flavor Text: Debuggin’ a Plugin
Meet Doug.
Doug is chuggin’ on writing a Plugin. Chug Chug.
Doug has a bug in Doug’s Plugin. Ugh!
Doug enables Plugin Debugging in Beta Features, then sets Plugin Debugging Enabled in Settings. Will it help? He is not sure. shrug.
Doug’s local plugins are now visible under PluginDebugService in Explorer. He can browse source, set breakpoints, watch variables, and examine the callstack like a debugging thug. He can also tweak the code and Save And Reload t…
Not sure if this helps but it has to do with plugins, and debugging.
deluc_t
(Deluct)
June 18, 2020, 7:07pm
#5
That’s about debugging (running plugins to make sure they work as intended) in studio, not looking for viruses.
1 Like
Hexultic
(Hexultic)
June 18, 2020, 7:12pm
#6
I know, I said that in my post.
deluc_t
(Deluct)
June 18, 2020, 7:13pm
#7
Well, that’s off-topic , you guys are talking about finding viruses but then you come up with a “fixing plugins” link.
1 Like
Hexultic
(Hexultic)
June 18, 2020, 7:15pm
#8
This is also off-topic. Delete your message and I will delete mine.
Hexultic
(Hexultic)
June 22, 2020, 12:09am
#9
Just tell me when you delete your message. In case you forgot.
Actually no, since he is warning you.
1 Like
I done some search here in studio, and what i have found the script that apparently got destroyed:
Seems to be the ChatServiceRunner.
Try pressing Ctrl + Shift + F while in the game, and type in: “ChatServiceRunner:”
Try doing this while in the testing mode as well.