#part:clone dosent work
1 messages · Page 1 of 1 (latest)
script: local carm1 = workspace["car model"].car1
local carm2 = workspace["car model"].car2
local carm3 = workspace["car model"].car3
local RamdomCar = workspace["car model"].car"math.Random(1, 3)"
local car = carm1:Clone()
car.Name = "car1 clone"
car.Parent = workspace["car model"]
car.Position = Vector3.new(15, 5, -57)
local check = workspace["car model"]:WaitForChild("car1 clone")
if check then
print("exists")
else
print("dosent exist")
end
:clone is deprecated, but not :Clone
thx, but i just found out another way, thx either way!
Why you doing :GetService("Workspace") if you can just do clone.Parent = Workspace?
or workspace, I don't remember if it's lower case
bc im placing it in a folder
oh, no that not my script
that on the official documentation
i think it is official
oh
it might be a bit outdate