What do you want to achieve?
I want to make my minigun spin like it should.
What is the issue?
I have tried many other ways but this is the only one that seems to almost work.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes i did but none of them helped.
This is a part of the code
while held == true do
model:FindFirstChild("Rotate").Rotate.MaxVelocity = 0.5
model:FindFirstChild("Rotate").Rotate.DesiredAngle += 1
Video: robloxapp-20220813-1918279
Katrist
(Katrist)
August 13, 2022, 4:50pm
#2
You should try welding the minigun parts to one part, and then just rotate that one part using CFrames.
This should happen if you do it properly:
Placefile if you need it:
AnimatedMinigun.rbxl (185.3 KB)
msix29
(msix29)
August 13, 2022, 4:58pm
#3
Weld the parts to a part that’s centered, rotate that parts which will automatically rotate everything else.
Off topic but how did you move around the mini gun so smoothly? Did you just make a cutscene or is it some shortcut key in roblox studio
Katrist
(Katrist)
August 13, 2022, 5:06pm
#5
Used a local script and just rotated it normally. I rotated it each frame in very small intervals for the smooth effect. You can check out the placefile if it helps.
Katrist
(Katrist)
August 13, 2022, 5:08pm
#7
Oh, it’s just spectator mode. If you own a game/have studio permission to it, just press Shift + P and it will make your camera smooth.
1 Like
I am sorry but it doesnt work for me.