Decal doesn't get set after sending it via remote event

Sooooo, i am trying to display buffs

name and duration works nicely, but the image just isn’t seen at all

this is how i send the buff information to the client
image


and this is how i apply it

the name does get applied, but the icon isn’t visible at all

the icon is a placeholder:
image

1 Like

born to be a good coder

forced to not know alien stuff

i had to change the buffIcon variable to:

string.format("rbxthumb://type=Asset&id=%s&w=420&h=420", 18915449806)

because:
image

i have no idea what that means but it works now

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.