I want to set particular speed(ex.stud per sec) and move this model.
Its Form :
only primarypart anchored and others welded,
and script ‘roll’ makes the inner rock ‘begock’ rolling,
while wait(0.03) do -- script 'roll'
script.Parent.begock.Orientation += Vector3.new(0,0,2)
end
(and I can give more info you comment)
How move this in particular speed?
I used Velocity but it didnt move.
script.Parent.PrimaryPart.Velocity = game.Workspace.Center.a.CFrame.LookVector * 500
script.Parent.Parent = game.Workspace
-- parent of model is Serverstorage