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(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
What does the Module do? You’re not showing us the code.
yea with this code module is unknown
explain to us what you wanna do with this script ?
ح
I already have a solution . Thank u ur post gave me an idea
ok good post the solution to make the topic solved