Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

my CFrame script which was going to pick up bricks doenst work?

Asked by 4 years ago

hi im a beginner scripter and i started experimenting with CFrame but my script doesnt work can anyone tell me what am i doing wrong there may be a lot of errors

local onTouch.CFrameParts:GetChildren()

onTouch.Touched:Connect(function() for i,v in pairs (Parts) do v.CFrame = CFrame.new (0, 5, 0) end end)

0
is parts defined? Fad99 286 — 4y
0
It needs work `local onTouch.CFrameParts` that line has me concerned The_Pr0fessor 595 — 4y

Answer this question