MaximumADHD / Character-Realism

A flexible character enhancement system for Roblox.
Mozilla Public License 2.0
103 stars 25 forks source link

Client sanity checks don't allow RealismClient to be placed within folders under StarterPlayerScripts #5

Closed higbead closed 3 years ago

higbead commented 3 years ago

New Project (2) This should work, but doesn't purely because the parent sanity check only accounts for the direct parent of the script. If I disable the check, everything works fine.

image This can probably be fixed simply by replacing script.Parent:IsA("PlayerScripts") with something along the lines of script:FindFirstAncestorWhichIsA("PlayerScripts").

MaximumADHD commented 3 years ago

Sorry I’m only seeing this now. I’ll have a patch shortly.

MaximumADHD commented 3 years ago

Easy enough of a change. I’ll have this built into Realism.rbxm later today. https://github.com/CloneTrooper1019/Character-Realism/commit/5d0b9cf3a5a0b6415c5c36c1e1f69af9d4652271