How To Make A Projectile Skill In Roblox Studio [TUTORIAL]

JOIN OUR ACADEMY HERE: 🌟⬇️
https://whop.com/vuukstudios-academy/

OUR STORE (60% OFF): 📦
https://www.vuukstudios.com

This complimentary projectile skill tutorial is tailored for beginner and entry-level game creators stepping into the world of Roblox. Its objective is to bolster their scripting skills specifically in developing projectile mechanics. This is achieved through an accessible and efficient tutorial video. Learn how to make a projectile throwable skill in Roblox Studio.

RESELLING THIS IS NOT ALLOWED! You can use it in your own games.

DM US ON DISCORD FOR COMMISSIONS ⬇️⬇️
– Our Discord:
Vuuk#5099 [ADD ME AND DM ME]
– Our Virtual Store:
https://vuukstudios.com
– Our Twitter:
https://twitter.com/VuukStudios

– Doing Roblox Studio Commissions for PayPal / Stripe USD and Robux on Discord

#Roblox #RobloxStudio

Roblox is an online platform and storefront where users go to play games. Roblox is not a game, it is a place where people play games made by other developers.

combat system,roblox combat system,combat,roblox,roblox combat,roblox sword combat,creating a combat system,combat system roblox,creating a combat system in unity,how to make a combat system | howtoroblox,combat system roblox studio,how to make a combat system in roblox,roblox combat tutorial,unity combat system tutorial,advanced locomotion system,roblox scripting tutorial advanced,combat system engineer,rafael advanced defense system

Alex
Alex

Hi, I'm Alex! I've been obsessed with Roblox ever since I first started playing at the age of 15. Now at 25, Roblox is still my number one hobby and passion.

When I'm not working my day job, you can find me gaming for hours on end, playing and creating all kinds of imaginative worlds. I love participating in building challenges and mini-games with friends. My favorite thing is designing intricate obstacle courses and racing tracks.

I run a Roblox gaming website where I post articles, guides, and tips about my gameplay and creations. I provide tricks and advice for fellow adult gamers and try to keep things entertaining with my fun writing style.

Articles: 2951

15 Comments

  1. I cant figure out what wrong with my attampt on copying the scipt at14:54 i have an error that says ServerScriptService.Serverside:9: attempt to index nil with 'CFrame' – Server – Serverside:9
    the error is on line nine here is my script pls tell me how i can fix the error.

    local rs = game:GetService("ReplicatedStorage")

    rs.Throwremote.OnServerEvent:Connect(function(plr,direction,mouseaim)

    print("the server has been changed")

    local hrp = plr.Character.HumanoidRootPart

    local beam3 = rs.Slash:clone()

    local infnum = math.huge

    beam3.PrimaryPart.CFrame = CFrame.new((hrp.CFrame*CFrame.new(0, 2, 0)).Position, mouseaim)

    beam3.Parent = workspace

    local BV3 = Instance.new('BodyVelocity', beam3.PrimaryPart)

    BV3.MaxForce = Vector3.new(

    infnum,

    infnum,

    infnum

    )

    BV3.Velocity = CFrame.new(hrp.Position, mouseaim).LookVector * 41

    end)

  2. in my ServerSide script, on line 9, an error is happening, the following message appears: ServerScriptService.ServerSide:9: attemp to index nil with 'CFrame'. Does anyone know how I can resolve this?

  3. I was following the steps correctly for my game, but it says that mouseaim is invalid line of code, how do i fix that?

Leave a Reply

Your email address will not be published. Required fields are marked *