Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Insert Object With Filtering Enabled?

Asked by 5 years ago

Recently with the filtering enabled enforcement to have your game public, its completely broken my game. My game relied mainly on a GUI menu which had an option to insert many objects that were stored in lighting. When you would click an option, it would grab the object from lighting and insert it infront of the player. Now with filtering enabled, the button doesnt respond to anything and nothing happens. I tried finding an error in the console but nothing is presented. Any help would be greatly appreciated!

0
Why were they stored in Lighting? User#19524 175 — 5y
0
incapaz, thats just where I stored the models. The script would locate them there and bring them to the workspace when told to be inserted hexicwaffles 0 — 5y
0
You shouldn't use Lighting as storage. We have ReplicatedStorage and ServerStorage for this purpose. Why would you use Lighting? User#19524 175 — 5y
0
He knows that it's just that old games use old storages OBenjOne 190 — 5y
0
If the scripts aren't local then they won't work in GUIs. Use local scripts.. OBenjOne 190 — 5y

Answer this question