#I need a help
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
hm
pls help piple
😭
i cannot fix
i asked on gpt
but then my animation wouldn't play
What did it tell you to change?
i mean
i did what he said
but then my m1s animation wouldn't play
@eager crown
uh well
im not sure how to help you with a script but I can explain the issues if thats fine. the server script doesn't check for the Humanoid and that is needed for the animation so so use the localscript for Remoteevent and a normal script for the animation that will be played for the player
if you can start anything with that info
ill try ig
try reading the error. believe it or not, it is written in plain english 👍
so debug it and find out why
wdymm
i not your grandma, you're very capable on your own if you just believe in yourself
ok
@thorn solstice
the error says did u forget to implement Attack remote
but i put it
so i deleted the code where i fixed so we back here again
it says i dont have
a remote event
@proper fog
Combat Tutorial -- Episode 2
LINK TO THE ANIMATION DUMMY:
https://create.roblox.com/store/asset/109481546579687
Episode 2 of the series on creating a roblox combat system.
Focus of this video is on how to export and play animations. In addition, how to use AnimationMarkers, etc. Caching, and destroying connections that might be leftover, etc....
i am refering this video
for my combat system
but in the video it doesn't happen
So you've imported the package into your game I suppose?
** You are now Level 10! **
Can you share me the code snippets where you fire the event and catch it (from the two separate scripts)
ill share all my code 💀
Hey
I said 'Code snippets"
ok
just copy the segment
Is this a LocalScript?
module
So where are you running it from?
i removed that particular code but this still happening
Oh mb am I confusing u
Well see the thing is
module script dont run alone
it needs to be called from some other scripts
either local or server script
Correct. But all the local Script does is fire the event
You specifically need to do require(path.to.modulescript) somewhere
ohh
ok
require(script.Parent.Animations)
** You are now Level 3! **
Also new problem is bcuz
i only know python
Well, its all really the same
ohh
icic
new prob?
Oh right.
The error persists cuz u required the module script
from inside a LocalScript
yes
uh wait a sec
??
yes
You cannot catch a Serverevent from there
Actually remove the require() from the script at all
i am building from scratch as i wanna learn the code
we dont need that
in the require?
instead create a new Server script inside ServerScriptService
and copy and paste the code from Animations into it
it doesnt have to be a module script really
ohhhh
from where?
yea just remove the line u added
done
Give me a sec
Answer me this. Was the code u shown is all Animations module script had
Yea im here
You must've missed the part where he had required this module script
Try skimming the video gain
again*
Maybe he missed it...
yes
Basically u needa call that module script from the server side
ohhh
from some server-scripts. though since i havent seen the video, i cant tell which one should it be.
though for now, u can test it by requiring it where u think it should be. Like a stateManager or AnimationManager?
checkout the video in 2x like it is in 11 min mark
require it from a server script.
it was in 8 min mark to 11 min mark
uhm. ok ill do it for u
tysm
❤️
if this bug didn't appear
i would be on the 4th or 5th part
but then i remember
life hates me
Check at timestamp 8:04
he does require it.
In the ToolLoader
I suppose you haven't created that yet?
lemme check
** You are now Level 4! **
Found it?
hmm. Is the ToolLoader script correctly running?
how to check that
...
wat
What did you change last
nothing
u must've done smth
i rn was copying and put a w in a text
well
then for the first time in my career
as a scripter for 3 months
has occured the most unlikely
scripting is so random
It just happened on its own
noo
i am genuinlly
telling
i have never talked to girls till now except my teachers and sis and mother
What
my
code dont work
you know that yt video?
i said
i watched it
and made blocking
but blocking dont work
it gives 0 errror
and just dont work
@proper fog
ok