set attribute does not seem to working for some reason. What could be the cause? The code is quite simple and yet I just can not get it to work
script
output ( from breakpoint )
Attributes missing!
1 Like
Are you setting them on the client? If so they won’t replicate to the server.
The script runs on the server. The log shows -server
Attributes set while play testing won’t show up in the properties window even if you’re still play testing.
If you do
print(backpack:GetAttribute(key))
And it prints out something(like a number) then your attribute exists. It just won’t show in studios properties window.
3 Likes