so i was trying to weld a part to a R15 block rig, before welding it, the part is textured and completely normal, but after i weld it to the block rig, the part’s texture glitches out into weird colors, its like the UVmap of the part got changed, its rlly weird, never seen this before, can anyone help me out?
repeat wait() until script.Parent
local p = script.Parent
local t = game.ServerStorage.World1Forest.Goblin
local a = t.Head:Clone()
a.Parent = p
a.CanCollide = false
local a = t.Head:Clone()
a.Parent =p
a.CanCollide =false
local w = Instance.new("Weld",a)
w.Part1 = p.Head
w.Part0 = a
w.C0 = w.C0*CFrame.new(0,0,0)
local a = t.LowerTorso:Clone()
a.Parent = p
local w = Instance.new("Weld",a)
w.Part1 = p.LowerTorso
w.Part0 = a
w.C0 = w.C0*CFrame.new(0,0,0)