PL movement test

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 7

  • @ZadonoAce
    @ZadonoAce 3 ปีที่แล้ว

    Takes a while to extend.

  • @EQUINOXPARADIZE
    @EQUINOXPARADIZE 3 ปีที่แล้ว

    How can i make the smooth move script? (with models)

    • @gamingwithdan4904
      @gamingwithdan4904  3 ปีที่แล้ว

      Use tween model.

    • @gamingwithdan4904
      @gamingwithdan4904  3 ปีที่แล้ว

      I should've mentioned a example script in case you didn't know so here you go:
      local function tweenModel(model, cframe, time)
      local cframeValue = Instance.new("CFrameValue")
      cframeValue.Value = model:GetPrimaryPartCFrame()
      cframeValue:GetPropertyChangedSignal("Value"):connect(function()
      model:SetPrimaryPartCFrame(cframeValue.Value)
      end)
      local info = TweenInfo.new(time, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
      local tween = game:GetService("TweenService"):Create(cframeValue, info, {Value = cframe})
      tween:Play()
      tween.Completed:connect(function()
      cframeValue:Destroy()
      end)
      end
      tweenModel(workspace.PartName,workspace.PartName.Pos2(This is where the PartName will move to).CFrame,How long the tween will move Ex: 20)
      Ex:
      local function tweenModel(model, cframe, time)
      local cframeValue = Instance.new("CFrameValue")
      cframeValue.Value = model:GetPrimaryPartCFrame()
      cframeValue:GetPropertyChangedSignal("Value"):connect(function()
      model:SetPrimaryPartCFrame(cframeValue.Value)
      end)
      local info = TweenInfo.new(time, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
      local tween = game:GetService("TweenService"):Create(cframeValue, info, {Value = cframe})
      tween:Play()
      tween.Completed:connect(function()
      cframeValue:Destroy()
      end)
      end
      tweenModel(workspace.Part,workspace.Part.Pos2.CFrame,5)

  • @znightmxrę-wr
    @znightmxrę-wr 3 ปีที่แล้ว

    Can I have your war robots account I got scam on my account 😟😭

    • @gamingwithdan4904
      @gamingwithdan4904  3 ปีที่แล้ว +1

      I'm sorry to hear but I can't just give away my account to some random person without good reasoning. Plus I would need time to think about it. Thing is my account also has very valuable bots and I don't want to restart my progress I worked hard on.