Simoon68
(Simoon68)
April 21, 2017, 11:31am
#1
We’ve had to completely shut down our game RoBowling due to RbxUtility breaking in local scripts, I’ve seen a few other posts on here concerning the same issues.
Our game relies on the library allot (start menu, matchmaking, interaction chatlog/UI’s) so we’ve had to shutdown the game during a big advertising spree which sent allot of players nuts/losing us expense
1 Like
As8D
(as8d)
April 21, 2017, 3:51pm
#2
You can try use the source code directly rather than loading in possibly changing code.
local t = {}
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------JSON Functions Begin----------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
--JSON Encoder and Parser for Lua 5.1
--
--Copyright 2007 Shaun Brown (http://www.chipmunkav.com)
--All Rights Reserved.
--Permission is hereby granted, free of charge, to any person
--obtaining a copy of this software to deal in the Software without
--restriction, including without limitation the rights to use,
--copy, modify, merge, publish, distribute, sublicense, and/or
--sell copies of the Software, and to permit persons to whom the
This file has been truncated. show original
If the code here doesn’t work, at least you’re able to fix it then, to get your game up working again
1 Like
opplo
(opplo)
April 21, 2017, 3:58pm
#3
It seems to be an issue with the :LoadLibrary method since every library is broken. I managed to fix the game thanks to people in this thread RbxUtility fails to load in client-side scripts usually in the nighttime