How to find the object that is inside an object value?

It’s how I do rarities, etc. for my inventory system but thanks anyways, I’ll be figuring this out thanks for the help.

1 Like

I already know how they work, It’s just that you didn’t understand what I meant most likely because im bad at explaining, thanks for the help tho.

1 Like
local jojo = workspace:WaitForChild("jojo") --this is an object value
local josu = jojo.Value --this is the value of the same object value
1 Like

You’re welcome.

Yeah I understood you wanted to know how to get the child of an Instance, but you made it confusing by saying specifically ObjectValue. Anyway Good luck!

1 Like

with this video I’m trying to see if I can grab that instancevalue and do something with it’s position from ObjectValue, think of it like I want to change this objects properties parented to my hand but I don’t want to make the object a Tool Class for my own reasons

I have no idea what you are talking about