Camera Manipulation Rig + Effects Module

well yes but where I dunno where to put it

in a server script, location doesnt matter

You referring to a regular non-local regular joe script or are you referring to serverscriptservice because I added that line of code to a regular script it didnā€™t do much

weird, any errors in the output, also can you show the code you used

image

1 Like

the answer is right there in the error, player argument must be a player. if you want to make is so when a person joins their camera is set to the rig you can do:

game:GetService("Players").PlayerAdded:Connect(function(plr)
    plr.CharacterAdded:Connect(function()
        game.ReplicatedStorage.CameraEffectsModule.FireCamFocus:FireClient(plr,workspace.HumanoidCameraRig.Humanoid)
    end)
end)
2 Likes

Then again I donā€™t know anything about anything I have to know, thanks
(Iā€™m looking for a more on touch script but Iā€™ll figure it out)

Edit: YESSSSSSSSSSSSSSSSSSSSSSSSS I FIGURED IT OUT

1 Like

Hey there, thank you so much for this amazing tool/project. Iā€™ve been trying to use it, and it was very interesting and fun to use. And I wanted to fire the CamFocus from the client, so is there any way I can do that from the client?

1 Like

hey, I was actually just talking about this to someone else yesterday lol, if you want to fire the cam focus on the client, i for some reason never implemented it so you could do that, all the code to do that is in the ā€œCameraPlayerā€ script which, for now, you can just manually implement yourself.

the module is almost a year old with pretty inefficient code and i havent updated it outside of a few bug fixes. so ill likely be remaking it sometime soon with this in mind

Oh alright, thank you. And good project btw, used it, and will still be using it

1 Like

Hey, so I wanted to use this but. I donā€™t know how to animate the camera and rigs with moon animator, I know how to animate with moon animator but dont know how to animate the camera rig.

1 Like

How do I set the Camera back to Normal?

How would I play the animation? I tried doing it and couldnā€™t get it to work properly

1 Like

You should make the Cutscene Demo open source

2 Likes

Hello, I am having problems when I step on the green brick that makes the cutscene start my animation goes crazy. Like the characters go flying and stuff.

If you donā€™t know how to fix this itā€™s fine.

Thanks.

Dear Kyle,
How could you learn if you do not try.
Just learn moon animator to its finest and then come back to the tutorial. Well, its atleast what I did. and it helped me

could you uncopylock the demo place so we can check it out there too?

I donā€™t know if that will help you for what the tutorial is teaching but itā€™s almost the same

1 Like

I have watched it and iā€™ve done what theyā€™ve done and it didnā€™t work.

Em I think it has a model in the description