If you know any please post some! I would greatly appreciate it!
local Window local Data local Mouse
local SetCache = {}
local soloGame = game:FindFirstChild("NetworkClient") == nil
-- For Restricting Stamper Tool local isRestricted = true if(isRestricted) then local buildingPlate = nil local partModel = nil end --local userIdForStamperParts = 1 -- This is Roblox local userIdForStamperParts = -- HERE
--Constants local useAssetVersionId = true local BaseUrl = game:GetService("ContentProvider").BaseUrl local ThumbnailUrl; if useAssetVersionId then ThumbnailUrl = BaseUrl .. "Game/Tools/ThumbnailAsset.ashx?fmt=png&wd=110&ht=110&assetversionid=" else ThumbnailUrl = BaseUrl .. "Game/Tools/ThumbnailAsset.ashx?fmt=png&wd=110&ht=110&aid=" end