#how to rotate with tween for a part 360 in loops ( it’s for a tornado)thx

18 messages · Page 1 of 1 (latest)

forest fiber
#

if you have a model and a part in the center with every part welded to it do

part = script.Model.Part
spin = true

while spin do
part.partOriantation += Vectör3.new(1,0,0)
end
#

i am not sure if the spining part can be working in this way

#
part.partOriantation = Vectör3.new(part.partOriantation.x + 1,part.partOriantation.Y,part.partOriantation.Z)```
#

so if doesnt work replace the last line before end with that

fresh sequoia
#

put this script in the part you want to rotate

#

change time and Rotate distance to match your speed :D

fathom cloud
#

bet i try

#

um

#

its weird i show yu

#

so i use this function

#

but when i call

#

the first skill work and not the other

#

part

#

and my script dont continue he stops and the skill just turn

lean leafBOT
#

studio** You are now Level 3! **studio

fathom cloud