local test = Instance.new("Configuration") test.Parent = game
Is there a way to make this Configuration accesable for local and server scripts?
Ok, so your problem is that you can't just put something in "game".
But, there are some other options; we call these Services
There are 12 main services:
Workspace
,
Lighting
,
ReplicatedFirst
,
ReplicatedStorage
,
ServerScriptService
,
ServerStorage
,
StarterGui
,
StarterPack
,
StarterPlayer *Includes other services inside*
,
SoundService
,
Chat
,
LocalizationService
You must choose one of these 12 services to put the folder in.
Also, you can have more services but you would have to add them manually or if you have team create on, Roblox studio should add them for you.