local steve = script.Parent.CFrame
script.Parent.Touched:Connect(function(adam)
script.Parent.CFrame = steve
script.Parent.BrickColor = BrickColor.Random()
script.Parent.Size = Vector3.new(math.random(1,3),math.random(1,3),math.random(1,3))
end)
@p49p0connect would still work, just that its deprecated