What do you want to achieve? Keep it simple and clear!
This error keeps coming up when i try to use TweenService
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes i tried all sulutions NONE of them are working
while wait(16) do
local TweenService = game:GetService("TweenService")
local part = script.Parent
local tweenInfo = TweenInfo.new(6)
TweenService:Create(part, tweenInfo, {Vector3.new(-138.93,0.185,160.81)}):Play() --ERROR LINE
wait(9)
TweenService:Create(part, tweenInfo, {Vector3.new(-138.93,67.345,160.81)}):Play()
end