local function funcname(Name)
local model = script.Parent.Enemies.Models.Name
end
funcname(Dummy)
Models is a folder fyi. Inside that folder theres a model (r15 rig) called “Dummy”.
I want local model assigned to that Dummy rig.
I tried changing Name → name, but it still prints out the folder name.