How to create a ROTATING COIN! | Roblox Studio Tutorial
Автор: Ray Gup
Загружено: 2025-02-23
Просмотров: 290
Sorry, audio quality was bad, if you can't hear me just look at what i do and mute the video. Anyways, here is the script from the video:
RotateCoin:
local coins = game.Workspace:GetChildren()
for i, coin in ipairs(coins) do
if coin:IsA("MeshPart") and coin.Name == "Coin" then
local function rotateCoin()
while true do
coin.CFrame = coin.CFrame * CFrame.Angles(0, math.rad(5), 0)
task.wait(0.1)
end
end
coroutine.wrap(rotateCoin)()
end
end
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: