You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equipping a custom model makes the preview window display an error. Hovering over the equipped model will correctly display it. It goes back to normal if you unequip the model.
People can see the model perfectly fine in game, it's only in the pointshop window that it does not show.
The text was updated successfully, but these errors were encountered:
I think this could be an issue with the model itself.
When calling the :GetModel() clientside on the player, it returns two models/
My fix:
if LocalPlayer():GetModel():sub(1,13) == "models/models" then
self:SetModel(LocalPlayer():GetModel():sub(8))
else
self:SetModel(LocalPlayer():GetModel())
end
Equipping a custom model makes the preview window display an error. Hovering over the equipped model will correctly display it. It goes back to normal if you unequip the model.
People can see the model perfectly fine in game, it's only in the pointshop window that it does not show.
The text was updated successfully, but these errors were encountered: