hi guys
- What do you want to achieve? Keep it simple and clear!
i wanted to know how could i connect animation event sent from client to server
- What is the issue? Include screenshots / videos if possible!
when i tried to sent the remoteEvent which is included the animation to the server to connect the animation’s event caused this error
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i tried to plays the animation on server, btw thats not a good idea. Also looked for some solutions from the devHub then found nothing.
here’s my code
-Client:
BasicInfo.ANIMATION = Load
folder.AnimationEvent:FireServer(BasicInfo)
-Server:
folder.AnimationEvent.OnServerEvent:Connect(function(p, Info)
Info.ANIMATION:GetMarkerReachedSignal("End"):Connect(function() -- the error
print("Event Started")
end)
end)
any help is appreciated
is there somehow to fix this?