Connecting animation event on server which was sent from client

hi guys

  1. 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

  1. 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

Ảnh chụp màn hình 2024-12-24 203541

  1. 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?

2 Likes