‘sry for bad english’
Hello everyone
My problem is:
The Touched event for my control brick is not working
(Control brick = player is controling a part)
The Control script for the Part is :
(forward)
Control.Position = Control.Position + Vector3.new(1,0,0)
It works , but when it touches a Part with this script:
script.Parent.Touched:Connect(function(t)
print(t)
end)
Nothing happens
plsss help