tutorial on how to make Reserval Red in studio lite

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

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

  • @agdautay
    @agdautay  หลายเดือนก่อน +2

    Like and Subscribe Make sure you follow me in Roblox for more videos my username is hejdhsahi ❤❤❤

  • @changingmyytcauseitscringe
    @changingmyytcauseitscringe 18 วันที่ผ่านมา

    bro backflipped

  • @Moon_VR6
    @Moon_VR6 หลายเดือนก่อน +3

    Can you make a tut how to make hollow purple

    • @agdautay
      @agdautay  หลายเดือนก่อน +1

      Maybe

    • @a_random_white_guy
      @a_random_white_guy หลายเดือนก่อน

      ​@@agdautaycan you also make a tutorial for max blue

    • @agdautay
      @agdautay  หลายเดือนก่อน

      ​@@a_random_white_guythat's going to be hard but maybe I will try

  • @Henzothegoat
    @Henzothegoat 6 วันที่ผ่านมา

    Qlocal remote = game.ReplicatedStorage:WaitForChild("RedBallShoot")
    remote.OnServerEvent:Connect(function(player)
    local character = player.Character
    if not character or not character:FindFirstChild("Right Arm") then return end
    -- Create the Red Ball
    local redBall = Instance.new("Part")
    redBall.Shape = Enum.PartType.Ball
    redBall.Color = Color3.fromRGB(255, 0, 0)
    redBall.Material = Enum.Material.Neon
    redBall.Size = Vector3.new(2, 2, 2)
    redBall.Anchored = true
    redBall.CanCollide = false -- Disable collisions during charging
    redBall.CFrame = character["Right Arm"].CFrame * CFrame.new(0, -1, -1.5) -- Attach near the hand
    redBall.Parent = workspace
    -- Add glow effect
    local light = Instance.new("PointLight", redBall)
    light.Color = redBall.Color
    light.Brightness = 3
    light.Range = 10
    -- Wait for 6 seconds to simulate charging
    task.wait(6)
    -- Shoot the Red Ball
    redBall.Anchored = false
    redBall.CanCollide = true -- Enable collision after charging
    local bodyVelocity = Instance.new("BodyVelocity")
    bodyVelocity.Velocity = character.Head.CFrame.LookVector * 150 -- Forward direction
    bodyVelocity.MaxForce = Vector3.new(1e6, 1e6, 1e6)
    bodyVelocity.Parent = redBall
    -- Damage on hit
    redBall.Touched:Connect(function(hit)
    local hitCharacter = hit.Parent
    if hitCharacter and hitCharacter:FindFirstChild("Humanoid") and hitCharacter ~= character then
    hitCharacter.Humanoid:TakeDamage(30) -- Deal 30 damage
    redBall:Destroy()
    elseif not hitCharacter then
    task.wait(3)
    redBall:Destroy()
    end
    end)
    -- Cleanup the ball after 3 seconds
    game.Debris:AddItem(redBall, 3)
    end)

  • @Imisbebeononame
    @Imisbebeononame หลายเดือนก่อน +2

    Animation dont working

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@Imisbebeononame You gotta find the same animation

    • @BLOOU_OFICIAL
      @BLOOU_OFICIAL 27 วันที่ผ่านมา

      ​@@agdautayWhere can I find the animations?

    • @agdautay
      @agdautay  27 วันที่ผ่านมา

      @BLOOU_OFICIAL i Made a tutorial already

  • @SLNStars
    @SLNStars หลายเดือนก่อน +1

    Where you found the animation ?

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@SLNStars From models

    • @RealBaconLite
      @RealBaconLite หลายเดือนก่อน +1

      @@agdautaywdym?

    • @NgọcNguyễnThị-d5o
      @NgọcNguyễnThị-d5o หลายเดือนก่อน

      models from the creator marketplace

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@RealBaconLite I found it from Models I found the animation from Models

  • @The_real_Elite_dog
    @The_real_Elite_dog หลายเดือนก่อน

    I don't think this is a tutorial

  • @Openlockk
    @Openlockk หลายเดือนก่อน

    Please tutorial

    • @agdautay
      @agdautay  หลายเดือนก่อน

      Read the goddamn description

  • @hey-r6m
    @hey-r6m หลายเดือนก่อน

    Clickbait

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@hey-r6m wdym do you even watch the description did you add a remote event or r6 script dumbass

  • @Sibondal
    @Sibondal หลายเดือนก่อน

    WHY DOESN'T WORK

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@Sibondal wdym did you add a r6 script and remotevent

    • @Dou13400
      @Dou13400 หลายเดือนก่อน

      Dont work and i add remote event same The name and The animation and R6​@@agdautay

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@Dou13400 did you add the serverscriptService script also wdym animation

    • @Dou13400
      @Dou13400 หลายเดือนก่อน

      @@agdautay The problem in the red ball

    • @agdautay
      @agdautay  หลายเดือนก่อน

      @@Dou13400 wdym did you change anything