#I am trying to add Blocking into my battlegrounds game but the attribute isn't showing up
1 messages · Page 1 of 1 (latest)
** You are now Level 3! **
did you add the attribute to the player?
hmm dont see any problems here
im gonna have to see in studio, you must not be setting the attribute to true or detecting properly whether its set
im guessing option would be a bool value?
nvm it is duh
no dur
okay so your setting it localy
your setting the bool value localy
therefore the server doesnt know whether its true or false
or nvm
** You are now Level 3! **
so why didnt you set the attribute to true in the _block function?