I’m not a scripter, I don’t know how to script. The following script here was made by my friend whos experienced in coding.
rot = .4
while true do
script.Parent.Rot1.CFrame=script.Parent.Rot1.CFrame*CFrame.fromEulerAnglesXYZ(0,rot,0)
wait()
end
This code however only works on parts, not models/meshes. My object I’m trying to rotate is a model with 2 models in it with a mesh part in each model:
I am trying to make my fishes spin (to make it look like they are swimming)
I am aware that there was already a topic similar to this already posted on the forums but there was no solution to it. Can someone who has experience in spinning meshes help me out?