Better Camera
Easy-to-setup camera module with motion effect!
module here
HOW TO USE
Using a **LocalScript**
BetterCamera.Start() -- Starts the camera
BetterCamera.Stop -- Stops the camera
BetterCamera.SetBlur(BlurState) -- Enables/Disables the motion blur
Hope this module helps you guys!
6 Likes
I think the camera zoom goes a bit too far, but otherwise this is great.
1 Like
You can change the offset by using BetterCamera.CamLockOffset = Vector3.new(X,Y,Z)
2 Likes
toshi_cx
(Toshi)
#4
Wow, I’ll definitely use this in the future, thanks!
daniel mo pro kkkk
2 Likes
Bruh, this is amazing i could scream to the max
Also why’d you delete the other topics, i got 2 deleted “BETTER CAMERA”
1 Like
lmao bcuz they were glitched and I hate editted posts
shr2mp
(frames)
#8
Does it support mobile? Because from most these camera modules I’ve seen that they don’t support mobile at all.
1 Like
Yes, it does support mobile!
1 Like
EuriLake
(EuriLake)
#10
which folders do i put these in?
SaintImmor
(SaintImmor)
#11
Hello! task.sync and task.desync are both not meant to be used in scripts that arent descendants of actors. It keeps giving me that error.
Is there any way around that?
Put the module inside an Actor, I am planning to release an update to BetterCamera since I didn’t expect people to actually like it lol
1 Like
SaintImmor
(SaintImmor)
#13
Ah okay, thank you for your help.
SaintImmor
(SaintImmor)
#14
Is there a way to do this without task.desync and sync? Its quite inconvenient. Im trying to fork it for my camera module (Credit will be present)
FgIKastien
(OK_kenT)
#15
Yes you just need to remove any task.desynchronize or task.synchronize you encounter.
SaintImmor
(SaintImmor)
#16
But the function doesnt work then, any way to replicated the behavior?