#im trying to make CameraSway false! What am i doing wrong?
14 messages · Page 1 of 1 (latest)
what???
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
im trying to make like when you join the game the camera sway will be false (will be disabled)
@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
alright, thank you.
OH
now I get what you want
not camerasway = false, it's camerasway.Enabled = false
ohhhhh