How to make weapon attachments with billboardguis

How do you make something like this with billboardguis because I’ve searched for hours and asked chatgpt to make it but nothing good comes up. Here is an example of it in another game


btw this game is frontlines but please someone tell me how to make


local camera = workspace.CurrentCamera
local worldPoint = Part.Position
local vector, onScreen = camera:WorldToScreenPoint(worldPoint)

local screenPoint = Vector2.new(vector.X, vector.Y)

Camera | Documentation - Roblox Creator Hub

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