#Someone help im losing my sanity
1 messages · Page 1 of 1 (latest)
is there any part/union inside ur model called "Object"?
Nope!
So what should i do?
** You are now Level 1! **
I don't know what v is referring to
if u could share a bit more of the code
Here.. its for a tycoon pop up animation when u buy smth
the script is very long
try to print all its children first and see if you get "object"
for _, child in ipairs(part:GetChildren()) do
print(child.Name)
end```
change part to the varible
Okay thanks ill try that