#How can I get my disks to spin?

1 messages · Page 1 of 1 (latest)

mortal cloak
#

Please help, this script isn't working

dawn jay
#

use chat gpt

worthy mulch
#

do you want it to spin on touch only

#

or spin forever

plucky comet
mortal cloak
lucid sparrowBOT
#

studio** You are now Level 7! **studio

mortal cloak
plucky comet
#

its only running once

plucky comet
# mortal cloak I checked and it's not moving
local RunService = game:GetService("RunService")

local part = script.Parent

local speed = 1

RunService.Heartbeat:Connect(function()
    part.CFrame = part.CFrame * CFrame.Angles(0, math.rad(speed), 0)
end)
mortal cloak
#

maybe bc it's a circle

rough breach
#

it only rotates it once

#

Use collection service and tags

#

then apply a loop that increments the speed

#

part.CFrame = part.CFrame * CFrame.Angles(0, math.rad(speed), 0) this will set the rotation to 0,1,0 forever

#

oh wait no

#

just change it from * to +

#

i'm prrty sure what you're doing is 0,0,0 * 0,1,0

#

0 * 1 = 0

#

wait no I

#

I

#

I'm drunk lmao that's how you apply the angle

#

yeah you need to increment the speed

plucky comet
#

and what type of script

mortal cloak
#

just doesn't move the character but I can prob figure that out

mortal cloak