“Roblox -Drehmodell” Code-Antworten

Das Objekt Roblox drehen

local rotatedCFrame = CFrame.Angles(0, math.rad(70), math.rad(20))
redBlock.CFrame = redBlock.CFrame:ToWorldSpace(rotatedCFrame)
MunchDuster

MODL ROBLOX drehen

--This will get rotated 90 degrees on X axis
Model:SetPrimaryPartCFrame(SpawnCFrame * CFrame.Angles(math.rad(90),0,0))
ClasWasHere

Roblox -Drehmodell

while true do
script.Parent:SetPrimaryPartCFrame(script.Parent:GetPrimaryPartCFrame()*CFrame.fromEulerAnglesXYZ(0,.05,0))
wait()
end
Light Llama

Ähnliche Antworten wie “Roblox -Drehmodell”

Fragen ähnlich wie “Roblox -Drehmodell”

Weitere verwandte Antworten zu “Roblox -Drehmodell” auf Lua

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen