Could you make a tutorial about interactive movement?
@ErrorCodeRobloxАй бұрын
Sure, but what is interactive movement?
@bluebloxx2014_offical5 ай бұрын
Hey ive been thinking of a video tutorial idea! Can u make how to make a talking NPC like they do in the obbys?
@ErrorCodeRoblox5 ай бұрын
Yeah sure! I was just wondering because I don't play obbies, does the player interact with the player to get the text to appear or does the npc just stand there with text above their heads?
@ErrorCodeRoblox5 ай бұрын
when I said "player interacts with the player" I meant if they interact with the npc!
@bluebloxx2014_offical5 ай бұрын
@@ErrorCodeRoblox Yes both of them can work!
@carpet.5 ай бұрын
@@ErrorCodeRoblox it depends on obbies but most of them focus the cam to the npc and make a dialogue system with ui (when you get near the npc)
@ErrorCodeRoblox5 ай бұрын
Ohhh, so like a cutscene?
@_str4y13 күн бұрын
how do i get it too work im rlly new to roblox studio so im quite stupid lol
@Azphxlt22 күн бұрын
The running animation works but the walking animation doesn't, can u help me
@ErrorCodeRoblox22 күн бұрын
@@Azphxlt only the run animation would work. That's how it is scripted. If you want the walk animation, get an animate script from the toolbox and replace the run and walk animation IDs with three walk animation ID in the script.
@TheRealHoneyBee_BeeSwarmАй бұрын
Hi, I have a question, is there a way to make your character slide only while you are holding the slide key? Other than that, I think that this video is great, and if you could help me out I'd appreciate it.
@ErrorCodeRobloxАй бұрын
Yeah! All you have to do is: at the start, create a variable called isSliding. Then make it true when the player starts holding the slide key and also make it false when they let go of it. Next, in the for loop, add in an if statement that halfs the slide force when isSliding is true and breaks when isSliding is false! I'm not at my pc rn but when I do I can send you the updated script if you need!
@LetherebechaosАй бұрын
Can you make scaling like it climb to a hinger ground, coz i jave no idea how to make it
@ErrorCodeRobloxАй бұрын
Sure! Ill add it into my next devlog!
@eduardooee744 ай бұрын
What plugins do you recommend in general?
@ErrorCodeRoblox4 ай бұрын
Personally, there are lots of different plugins that I use, although the main ones would be : Moon Animator, Archimedes, Animation Spoofer, Building tools by F3X and Realism Mod!
@DevonMorraАй бұрын
The run animation doesnt stop when i stop holding shift
@ErrorCodeRobloxАй бұрын
What does the output say? Try adding Animtrack:Stop()
@ErrorCodeRobloxАй бұрын
After the repeat wait() until
@JimbabweOfZimbabweАй бұрын
copy and paste the AnimTrack = part in the run section, paste it in the UIS.InputEnded function for left shift then before you set the walkspeed back to walking speed, put AnimTrack:Stop()
@EGVentures9302 ай бұрын
Is it working on mobile too? And is it first person only?
@ErrorCodeRoblox2 ай бұрын
I have a video on mobile controls as well as a camera video! It doesn't come with it straight out of toolbox so you'll have to add it on yourself. You need to do that for the camera as well!
@GBszaaАй бұрын
Does it have mobile support??
@ErrorCodeRobloxАй бұрын
Unfortunately no but you can add it yourself using one of my videos on context action service!
@Chloros12Ай бұрын
its now working for me idk why
@ErrorCodeRobloxАй бұрын
What does the output say?
@Chloros12Ай бұрын
How can I see the output?
@ErrorCodeRobloxАй бұрын
@@Chloros12 go into view at the top near file and look for output on the left side. Then try and move and read what the output says.
@Chloros12Ай бұрын
Alr I’ll tell you when I get home thanks man
@Chloros12Ай бұрын
@ crouch is not a valid member of model workspace
@iamtheeLuunar3 ай бұрын
its not working im just using the regular r6 animation
@ErrorCodeRoblox3 ай бұрын
What do you mean by that? The animation needs to be spoofed/re-uploaded if you're using mine but if you are using your own then in the script replace the animation id with yours.
@iamtheeLuunar2 ай бұрын
@@ErrorCodeRoblox I did spoof it
@ErrorCodeRoblox2 ай бұрын
@@iamtheeLuunar I don't know what could be the problem. Upload a video and the code on the discord. Have tried using another animation? Are there any other scripts in starter character scripts or starter player scripts?
@iamtheeLuunar2 ай бұрын
@@ErrorCodeRoblox I used another system which has a problem where the walk is cramped
@ErrorCodeRoblox2 ай бұрын
@@iamtheeLuunar oh ok. Then you'll have to figure out how to get my system to work then.