Roblox changing a parts Size whit OOP

local Part = workspace:WaitForChild("Part")
local object = module.new(Part)

object:size(1,1,1)

How would this work?

local Part = workspace:WaitForChild("Part")
local object = module.new(Part)

object.Size = Vector3.new(1,1,1)

try this

1 Like

What does the Module do? You’re not showing us the code.

2 Likes

yea with this code module is unknown

1 Like

explain to us what you wanna do with this script ?
ح

1 Like

I already have a solution . Thank u ur post gave me an idea

ok good post the solution to make the topic solved