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

How can i use the 'Configurations' folder to benefit my NPCs?

Asked by 5 years ago

Hello, In past models i have come across a folder called either 'Config' or Configuration. I also notice a bunch of scripts and such also in it. I was just wondering if this folder had any benefits and how would i use it to benefit models.

0
There’s a reason they’re called Configuration lol. Usually the only objects allowed in there are Value objects. You can place other things in there, but you can’t Insert Object something that isn’t a value there. You’d have to do it manually. Usually inside the Configurations are BoolValue that if set to true let NPC’s do stuff. Some are IntValues, for maybe health, or if it has a gun, the bullets User#19524 175 — 5y

1 answer

Log in to vote
1
Answered by
Launderer 343 Moderation Voter
5 years ago

The Configuration Folder is for Values, a regular Folder can be for anything really. To my knowledge there isn't really any extra benefits except making your models a little more organized. If you want to look up more on the Configuration folder and the regular folder here are the wiki links.

http://wiki.roblox.com/index.php?title=API:Class/Configuration https://wiki.roblox.com/index.php?title=API:Class/Folder

1
Thankyou NoirPhoenix 148 — 5y
Ad

Answer this question