local function addticket()
local rightarm = character:WaitForChild("Right Arm")
local ticket = game.ReplicatedStorage.Spawn:Clone()
local cframe = CFrame.new()
rightarm.Cframe = cframe
ticket.Parent = character
ticket.LeftArm.Orientation = rightarm.Orientation
ticket:SetPrimaryPartCFrame(rightarm.Cframe)
ticket.band.WeldConstraint.Part0 = rightarm
ticket.band.WeldConstraint.Part1 = ticket.band
ticket.LeftArm:Remove()
ticket.band.SurfaceGui.Frame.Size.X = player:WaitForChild("Tickets").Value
end
addticket()
end)
1 Like
Model.PrimaryPart.CFrame = randomPart.CFrame
No its
Model:SetPrimaryPartCFrame(randomPart.CFrame)