local clone = game.ReplicatedStorage.Nuke:Clone()
clone.Parent = workspace
local tween1 = TweenService:Create(clone,TweenInfo(3),{CFrame = workspace.Nuke1.CFrame})
The error is attempt to call a table value on the line which I create the tween on. Thoughts?