Тёмный

How to Make Idle Animation for NPCs in Roblox Studio! 

ErExx
Подписаться 532
Просмотров 10 тыс.
50% 1

JOIN THE GROUP: www.roblox.com/groups/9386564...
GET FREE MODELS: / discord
BUY MY ASSETS/SCRIPTS: clearlydev.com/public-marketp...
PLAY MY NEW GAME: www.roblox.com/games/16079458...
epidemic sound: www.epidemicsound.com/music/s...

Игры

Опубликовано:

 

9 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@zesk4058
@zesk4058 3 месяца назад
I like how simple this tutorial is, keep doing what your doing man!✌
@user-nq1np2qn3z
@user-nq1np2qn3z 2 месяца назад
OMG TYSM IT ACTUALLY WORKS!! past like 20 minutes i was trying to find an actuall working script, then i find this and finally makes my npc to move!! keep making these tuts :DDDDDDD
@tiko2688
@tiko2688 Месяц назад
OMG THANKL YOU SOO MUCHHH!!! THIS I THE FIRST SCRIPT THAT ACTALLY WORKS COMPARED TO THE OTHERS
@GuardianTiger
@GuardianTiger Месяц назад
OMG I NEEDED THIS YESTERDAY HAHA thank you!
@MasonIsBae
@MasonIsBae 3 месяца назад
please keep making these tutorial its very useful for up and coming developers
@ErExxMASTER
@ErExxMASTER 3 месяца назад
Of course, glad it helped!
@DeadManSupremecy
@DeadManSupremecy 5 минут назад
Thanks bro! Great vid
@V1valaf14t
@V1valaf14t 3 месяца назад
cool tutorial!
@Teegste
@Teegste 2 месяца назад
Great tutorial, and thanks for not having those annoying AI subtitles throughout the whole video.
@ErExxMASTER
@ErExxMASTER 2 месяца назад
Thanks, I don't use AI for them tho
@Teegste
@Teegste 2 месяца назад
@@ErExxMASTER ik, im talking about other RU-vidrs that have the giant obnoxious subtitles throughout the entire video, makes the tutorial a bit harder to follow.
@penginator88
@penginator88 3 месяца назад
quality content and editing
@tasee3511
@tasee3511 Месяц назад
i used this same exact script but it only would work for me and not anyone in the game would see, and when I rejoin studio and come back all of a sudden, the script would stop working
@LolBlitzs
@LolBlitzs 16 дней назад
Thx dude
@ahmedhamzamohammed8600
@ahmedhamzamohammed8600 Месяц назад
Hey when I made the animation it worked for me when I played and then my friend joined my game using team create and he couldn’t see the animation I did everything the video said but it didn’t work I used moon animator to animate but it only showed for me and not for my friend is there any fix?
@-sany.
@-sany. Месяц назад
i tried to loop an animation, but idk how to stop it
@Envixity422
@Envixity422 19 дней назад
it dont work for me :(
@ziplocksadventures2321
@ziplocksadventures2321 Месяц назад
ty
@fitzinbai
@fitzinbai 12 часов назад
TYYYYYYYYYYYYYYYYYYYYY BROOOO
@Walnut_Studios
@Walnut_Studios 3 месяца назад
is it possible to make it with R15 emotes instead of animations? 🧐 but still great tutorial!
@ErExxMASTER
@ErExxMASTER 3 месяца назад
you just need the emote id, which I believe you can find on Roblox site under Avatar > Animations > Emotes
@LampyOFICIAL
@LampyOFICIAL Месяц назад
how to make other clients see it?
@gxmrz_2473
@gxmrz_2473 26 дней назад
Use remote events in that case, look it up coukd help
@CallMe_Dusk
@CallMe_Dusk Месяц назад
it doesnt work for me
@MightTheNomachin
@MightTheNomachin 2 месяца назад
quick question: is the animation visible on any client? I've been dealing with this issue for quite a while
@ErExxMASTER
@ErExxMASTER 2 месяца назад
wdym by "any client" ? And it's a normal scripts so its visible to everyone at the same time.
@saku_rl
@saku_rl 3 дня назад
how can i make it so you cant push the npc? when i anchor it it doesnt play the animation
@ErExxMASTER
@ErExxMASTER 3 дня назад
@@saku_rl if the rig is R6 and you anchor humanoid root part than it can't move and it will play the animation if you did everything correctly
@HeyLittleTown
@HeyLittleTown 21 минуту назад
local humanoid = script.Parent.Humanoid local anim = script.Animation local track = humanoid:LoadAnimation(anim) track.Looped = true while task.wait(4) do track:Play() task.wait(4) track:Stop() end
@0papercut058
@0papercut058 Месяц назад
🙏
@K4RM4U
@K4RM4U 15 дней назад
What if I wanted the animation to play continuously?
@ErExxMASTER
@ErExxMASTER 15 дней назад
Then just click on the loop icon in animator, set the animation to idle and load animation in the script and put animation:Play() and that's it
@themann-bx1qp
@themann-bx1qp 21 день назад
it doesnt work i did every thing you did
@Envixity422
@Envixity422 19 дней назад
do i have to use a dummy or any model good?
@ErExxMASTER
@ErExxMASTER 19 дней назад
You have to use a dummy, normal parts/models won't work
@two2seven7
@two2seven7 2 дня назад
@@ErExxMASTER how to make it work on imported characters?
@ErExxMASTER
@ErExxMASTER 2 дня назад
@@two2seven7 if the rig is not R6 type than I think you'll have to animate it seperatly. Except if you can somehow convert the animation or something, I'm not excelent on the topic so check on the dev forums.
@Star_loves_ccoffe
@Star_loves_ccoffe Месяц назад
How do i export it :(
@ErExxMASTER
@ErExxMASTER Месяц назад
Click Publish to Roblox while in Animator
@TheBIGSIREN
@TheBIGSIREN 14 часов назад
can u use custom rigs?
@ErExxMASTER
@ErExxMASTER 9 часов назад
@@TheBIGSIREN yes but I think you need to animate them separetly if the joints are not in similar places
@rainbowwolf2172
@rainbowwolf2172 Месяц назад
why this not work for me .-.
@ErExxMASTER
@ErExxMASTER Месяц назад
You pobably wrote something wrong or made it for R15, unless Roblox changed something in the past weeks
@fradoo
@fradoo Месяц назад
restarted
@NobleLazy
@NobleLazy Месяц назад
This works too -- local humainoid = script.Parent.Humanoid local anim = script.Animation local track = humainoid:LoadAnimation(anim) track.Looped = true while task.wait(2) do track:Play() track.wait(2) track.Stop() task.wait(math.random(1, 5)) end
@ahmedhamzamohammed8600
@ahmedhamzamohammed8600 Месяц назад
Yeah the script works😊
@Saivex1
@Saivex1 Месяц назад
thanks bro
@FanDeZeer-vr9qh
@FanDeZeer-vr9qh 12 дней назад
Tsym brooo, you're a hero
@SomerandomPanda
@SomerandomPanda 2 месяца назад
Dont work
@ErExxMASTER
@ErExxMASTER 2 месяца назад
worked for 100+ ppl, so you did something wrong I guess
@SomerandomPanda
@SomerandomPanda 2 месяца назад
@@ErExxMASTER aw :(
@GoofyVergil
@GoofyVergil 2 месяца назад
@@ErExxMASTER It's really not working
@ErExxMASTER
@ErExxMASTER Месяц назад
​@@GoofyVergil I mean it literally does, you can see it in the video... you just did something wrong
@Star_loves_ccoffe
@Star_loves_ccoffe Месяц назад
8 did EVERYTHING thats on the vid IT DIDINT WORK. ​@@ErExxMASTER
@Ivraft
@Ivraft 2 месяца назад
none of the 10 tutorials i watched worked, including yours
@ErExxMASTER
@ErExxMASTER 2 месяца назад
Worked for more than 100 ppl so you did something wrong I guess.
@SmileMoreOften1914
@SmileMoreOften1914 Месяц назад
@@ErExxMASTER Doesnt work at all, roblox changed it. LOL.
@chxrry_blossomz
@chxrry_blossomz 28 дней назад
works for me smh
@Raphael-jv8fp
@Raphael-jv8fp 27 дней назад
Trash
@ErExxMASTER
@ErExxMASTER 27 дней назад
you just can't even copy paste a video 😂
Далее
How To EASILY Make Procedural Animations In Roblox
6:46
[RU] Winline EPIC Standoff 2 Major | LAN | Final Day
9:48:47
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
Beautiful game!😍
00:20
Просмотров 1,4 млн
I Added Infinite Crafting to Minecraft (with AI)
13:08
Breaking ChatGPT (except it broke me instead)
6:18
Просмотров 476 тыс.
Can My Fans Destroy This Indestructible Fortress?
13:29
Pushing Roblox Studio To Its Limits
10:28
Просмотров 187 тыс.
How to MAKE Custom CHARACTERS in Roblox Studio!
10:57
the strongest battlegrounds bingo is WAY too easy
10:09
Can AI Code Minecraft? Watch ChatGPT Try
8:06
Просмотров 1,2 млн
5 НОЧЕЙ С ТИМОХОЙ
1:12:07
Просмотров 244 тыс.