#im trying to make CameraSway false! What am i doing wrong?

14 messages · Page 1 of 1 (latest)

rocky tapir
frail cypress
#

what???

cedar heart
#

I'm unsure of what exactly your trying to say, but reather than changing StarterPlayer.xyz.CameraSway to false, You should be doing this OnPlayerAdded and changing their specific camerasway script

OnPlayerAdded:Connect(function(plr))
--Reference The PlayersScript (CameraSway)
--Disable It

#

there's a very rough code example

rocky tapir
#

im trying to make like when you join the game the camera sway will be false (will be disabled)

#

@cedar heart

cedar heart
#

i know

#

i gave you a code example on how to do it

#

you're solution changes the servers reference of camerasway, not that of an individual players

rocky tapir
#

alright, thank you.

frail cypress
#

now I get what you want

#

not camerasway = false, it's camerasway.Enabled = false

rocky tapir
#

ohhhhh