How To Make a Football Kicking System In Roblox Studio!

  Рет қаралды 85,051

polarisprog

polarisprog

Күн бұрын

How To Make a Football Kicking System In Roblox Studio!
Get all of my project files on my patreon:
bit.ly/3SOBP6J
JOIN THE DISCORD!
/ discord
Code:
function lerp(a, b, t)
return a + (b - a) * t
end
function quadraticBezier(t, p0, p1, p2)
local l1 = lerp(p0, p1, t)
local l2 = lerp(p1, p2, t)
local quad = lerp(l1, l2, t)
return quad
end
What is Roblox? ROBLOX is an online virtual playground and workshop, where kids of all ages can safely interact, create, have fun, and learn. It’s unique in that practically everything on ROBLOX is designed and constructed by members of the community. ROBLOX is designed for 13 to 18 year olds, but it is open to people of all ages. Each player starts by choosing an avatar and giving it an identity. They can then explore ROBLOX - interacting with others by chatting, playing games, or collaborating on creative projects. Each player is also given their own piece of undeveloped real estate along with a virtual toolbox with which to design and build anything - be it a navigable skyscraper, a working helicopter, a giant pinball machine, a multiplayer “Capture the Flag” game or some other, yet-to-be-dreamed-up creation. There is no cost for this first plot of virtual land. By participating and by building cool stuff, ROBLOX members can earn specialty badges as well as ROBLOX dollars (“Robux”). In turn, they can shop the online catalog to purchase avatar clothing and accessories as well as premium building materials, interactive components, and working mechanisms.

Пікірлер: 310
@Caseohslaytastic
@Caseohslaytastic 2 ай бұрын
Morroco saved Greece without u we wouldn't win uecl Olimpiacos without El kaabi
@zodo9998
@zodo9998 Жыл бұрын
Omg you're Moroccan I never expected that, I'm Moroccan too ♥️🇲🇦
@polarisprog
@polarisprog Жыл бұрын
Cool!
@Dum-e-360
@Dum-e-360 11 ай бұрын
i dont wanna disrespect the country but i found a funny thing when you put 2 '🇲🇦' it appears like this : "🇲🇦🇲🇦"
@mineropaul
@mineropaul 8 ай бұрын
Me too
@realstareagle
@realstareagle 7 ай бұрын
please don't direspect ronaldo please
@zodo9998
@zodo9998 7 ай бұрын
@@realstareagle who disrespected the goat man?
@AyoFatal
@AyoFatal Жыл бұрын
I’m sorry Morocco lost to France, atleast you don’t have it as bad as Us USA Fans, we lost to Netherlands
@lilcarlos7588
@lilcarlos7588 Жыл бұрын
I'm a mexico fan. I've gone through worst.
@AyoFatal
@AyoFatal Жыл бұрын
@@lilcarlos7588 right. I’m sorry
@samuelpourhemmat4442
@samuelpourhemmat4442 Жыл бұрын
At least you don’t have it as bad as Iranians, we lost to you 😂
@mxslo
@mxslo Жыл бұрын
I'm a Saudi Arabian Fan.
@mvostudioz
@mvostudioz Жыл бұрын
Sorry dude - a Dutch person
@myapapayaowens
@myapapayaowens Жыл бұрын
God First Always!!! ♥️🙏🏾✝️ Jesus Died On The Cross For Us!!! ♥️🙏🏾✝️ Have A Blessed Day!!! ♥️🙏🏾✝️ Jesus Is Coming So Soon!!! ♥️🙏🏾✝️ Please Repent!!! ♥️🙏🏾✝️ Jesus Love’s You So So So So So X Infinity ♾ Much!!! Please Accept Jesus Into Your Life, And Your Heart!♥️🙏🏾✝️♥️🙏🏾✝️♥️🙏🏾✝️♥️🙏🏾✝️♥️🙏🏾✝️♥️🙏🏾✝️
@astralbuca
@astralbuca 3 күн бұрын
can someone help me, i made the animation i just don't know how to make a keyboard button make my avatar do the animation
@mrblablan
@mrblablan Жыл бұрын
sheeeeeehs ur are my brother 🇲🇦❤ bro if i buy a pc i need ur help to make soccer game whit warehouse and make var and Match referee
@Xboxonesuser
@Xboxonesuser 11 ай бұрын
I wasted like 1 hour of my life and it didn’t work thanks a lot
@omer55521
@omer55521 Жыл бұрын
ngl 2002 turkey was better than 2022 morocco but still a good video
@ardatimeofc
@ardatimeofc Жыл бұрын
Love your contents from Turkey
@Jozo_jozip
@Jozo_jozip Жыл бұрын
YOU DIDN'T PUT SCRIPT IN DESCRIPTION >:(
@betogamer1722
@betogamer1722 6 ай бұрын
Bro The animation of the shot does not detect me, only the shoot detects me
@betogamer1722
@betogamer1722 6 ай бұрын
help
@RobyOfGaming
@RobyOfGaming 11 ай бұрын
assalam roya im morroccan too
@BittenDonut285
@BittenDonut285 Жыл бұрын
may allah bless u and morraco
@nikodemdzieci4604
@nikodemdzieci4604 9 ай бұрын
when i try puplish to roblox the animation for the kick it dosent show submit
@PolatEres
@PolatEres 5 ай бұрын
make the fullsreen
@sleepybios
@sleepybios Жыл бұрын
Im extremely happy for you, polarisprog!
@polarisprog
@polarisprog Жыл бұрын
Thank you!
@harper5942
@harper5942 Жыл бұрын
You speak French?
@polarisprog
@polarisprog Жыл бұрын
Yes
@epikdude243
@epikdude243 Жыл бұрын
@@polarisprog tres bien
@crosssangamer4400
@crosssangamer4400 Жыл бұрын
I got a issue : "Workspace.KickFootball:38: Expected ')' (to close '(' at line 37), got 'task'" Please help me :(
@guiviogamer
@guiviogamer Ай бұрын
Im portuguese
@CLOCKROOK
@CLOCKROOK Жыл бұрын
A
@RobloxFloorball
@RobloxFloorball 5 ай бұрын
local puck = script.Parent local function shoot(direction) -- Function to move the puck in a specified direction local force = Vector3.new(direction.x, 0, direction.z) * 500 -- Adjust the force as needed puck.BodyVelocity.Velocity = force end local function stopPuck() -- Function to stop the puck puck.BodyVelocity.Velocity = Vector3.new(0,0,0) end local function onTouched(hit) local character = hit.Parent local humanoid = character:FindFirstChildOfClass("Humanoid") if humanoid then local player = game.Players:GetPlayerFromCharacter(character) if player then if player:GetMouse().ShiftLock == true then -- If ShiftLock is locked, stop the puck stopPuck() else -- If ShiftLock is unlocked, shoot the puck towards the hit position shoot((hit.Position - puck.Position).unit) end end end end puck.Touched:Connect(onTouched)
@rosejesusaraujo5475
@rosejesusaraujo5475 Жыл бұрын
Pls make a football series
@D0nt4askm31
@D0nt4askm31 24 күн бұрын
idc ronaldo the goat france beat moroccan LOL
@kroos7716
@kroos7716 3 күн бұрын
France lost the WC lol
@zvoidah1234
@zvoidah1234 Жыл бұрын
4:59
@mxssi10aep
@mxssi10aep 2 ай бұрын
Can you please give me the soccer net model? All the other soccer nets I find are just parts and aren't the ones I'm looking for.
@W5529RobloxStudios
@W5529RobloxStudios 5 ай бұрын
Intro was completely irrelevant Edit: How can this guy call it a kicking system it will only be used in scummy simulators
@Golden_Ki
@Golden_Ki Жыл бұрын
fin a sat,btw wrk ctrl+1/2/3/4 bash tst"m lmove lscale rotate o selection fis3
@kapithewolf6602
@kapithewolf6602 Жыл бұрын
Nice video dude! By the way. I got an idea for this game....So, you're a monster hunter with another monster hunter that helps you, but suddenly one day they get kinapped. And it's your mision to kill all the monsters and safe your parner. Coudl you help me make that game a reality? Love your vids!
@spin4team4096
@spin4team4096 Жыл бұрын
The kicking physics aren't that good. I like how you showed me how to make animations but the physics... it's just so terrible. ...The way it kicks is wierd...
@Exrl_
@Exrl_ Жыл бұрын
whenever i hear morocco i cant stop thinking of the hitman 3 map
@just_canplaydoors
@just_canplaydoors Жыл бұрын
IT DOES NOT WORK DUDE😤😤😤😤😤
@Mort712
@Mort712 9 ай бұрын
football.Anchored = false task.wait (1) replicatedStorage. ToggleControls:FireClient(player, true) humanoid.WalkSpeed = 25 humanoid.WalkToPoint = football.Position task.wait (0.4) kickAnimation:Play() local startPosition = football.Position task.spawn(function() for i = 0, 1, 0.02 do football.CFrame = CFrame. new(quadraticBezier(i, startPosition, ())
@slash-124
@slash-124 Жыл бұрын
Your marocain? I didnt notice ur accent is so good , im tunisian btw
@polarisprog
@polarisprog Жыл бұрын
Yes i am moroccan, thank you!
@pixmer2828
@pixmer2828 Жыл бұрын
bbruh i aint writing shit idk how to code better give me the code of kcik football
@FUTBOLEGEND9
@FUTBOLEGEND9 Жыл бұрын
this script actually sucks and the game sucks and the kicking system sucks and its way too glitchy
@gamingwithibby4
@gamingwithibby4 5 ай бұрын
local players = game:GetService("Players") local replicatedstorage = game:GetService("ReplicatedStorage") local player = player.LocalPlayer Local controls = require(player.PlayerScripts.PLayerModule):GetControls() replicatedstorage:WaitForChild("ToggleControls").OneClientEvent:Connect(function)(boolean) if boolean ==true then controls:Disable() else controls:Enable() end end
@laytonperritt358
@laytonperritt358 Жыл бұрын
Game idea: maybe try to make a gamepass gifting system would be very helpful and would boost revenue for players games
@zaeemchannel1150
@zaeemchannel1150 Жыл бұрын
Portugal is the best🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 suiiiiiiiiiiii
@TheDrangonFam
@TheDrangonFam 3 ай бұрын
kick animation is WHAT I CALLED MINE LOL
@BUZFORHUNEYY
@BUZFORHUNEYY 3 ай бұрын
Lit thanks bro me and my mates upcoming Beta Football game like Fifa is coming soon
@leman4147
@leman4147 Ай бұрын
TBH, i hate you, im a portugal fan, but good job, helps me so much
@ZoomyVR
@ZoomyVR Жыл бұрын
I’m upset Portugal lost so I feel your pain no hate to Morocco
@zainnadeem6064
@zainnadeem6064 Жыл бұрын
Cristiano Ronaldo better suiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiioiiiiiiiii
@notzise7552
@notzise7552 Жыл бұрын
can you type the code in the comments plsssssssssssssssssssssssssssssssssssssssssssssss
@xml493
@xml493 Жыл бұрын
Hopefully morocco wins.
@Timzoo69
@Timzoo69 11 ай бұрын
I copied everything but the ball is still pls help
@therandomcommenter2114
@therandomcommenter2114 Жыл бұрын
I'm having problems while trying to make the animation. The Animation Editor button is gray (i use light mode) and when i click on it, nothing happens.
@TitaniumNitro
@TitaniumNitro 2 ай бұрын
Did u click on the rig?
@GoatestgoatsSum
@GoatestgoatsSum 4 ай бұрын
In the description I can't find the first script.
@SolidFartsRMyFav
@SolidFartsRMyFav Жыл бұрын
Tysm I really needed this! So happy for Morocco 🇲🇦😃
@polarisprog
@polarisprog Жыл бұрын
Thank you!
@11fpsCOPS
@11fpsCOPS 9 ай бұрын
the thing is the ball just dissapeared for me
@BigToonsYT
@BigToonsYT Жыл бұрын
yo you in arabic contury like me
@Vinnersstudio
@Vinnersstudio Жыл бұрын
Hh
@lecusz_2168
@lecusz_2168 Жыл бұрын
Could you please give me the scripts. It's a long script to write. Took me 2 days and still not finished.
@xzzgray
@xzzgray Жыл бұрын
i got it finished ina hour with him, just type.
@FORREALNICK1
@FORREALNICK1 Ай бұрын
can you js copy the whole code its taking to long for me to write
@Wtxrld90
@Wtxrld90 6 ай бұрын
I was luaghing wihen girl said ronaldo smthing about car?
@Mort712
@Mort712 9 ай бұрын
football.Anchored = false task.wait (1) replicatedStorage. ToggleControls:FireClient(player, true) humanoid.WalkSpeed = 25 humanoid.WalkToPoint = football.Position task.wait (0.4) kickAnimation:Play() local startPosition = football.Position task.spawn(function() for i = 0, 1, 0.02 do football.CFrame = CFrame. new(quadraticBezier(i, startPosition, ())
@Mort712
@Mort712 9 ай бұрын
Local players • game:GetService("Players") Local replicatedStorage • game:GetService("ReplicatedStorage") local player • players. LocalPlayer local controls • require(player.PlayerScripts.PlayerModule) :GetControls) • replicatedStorage :WaitForChild(*ToggleControls").OnClientEvent:Connect(function(boolean) if boolean • true then controls:Disable) else end controls:Enable(
@aidhno
@aidhno 4 ай бұрын
bro had the biggest voice crack at 10:26💀🙏
@phycast
@phycast 9 ай бұрын
can you copy and paste the code into the comment section and pin please its a pain trying to type it all
@Arkanted
@Arkanted Жыл бұрын
Can you make it so it a tool (STILL IN R15 Not r6)
@himoimo
@himoimo Жыл бұрын
les go atlasian lions arabs are happy for u
@djglv
@djglv 9 ай бұрын
mine is saying playerscripts error what do i do?
@pixmer2828
@pixmer2828 Жыл бұрын
bruh i cant find publish to roblox
@drgaming721
@drgaming721 Жыл бұрын
is messi better or Ronaldo Ronaldo is goat 🐐 🐐
@MagicalGames
@MagicalGames Жыл бұрын
Congratulations! Had a friend who is from Morocco and went to Morocco and is still in Morocco
@polarisprog
@polarisprog Жыл бұрын
Thanks!
@dodman1320
@dodman1320 7 ай бұрын
That’s a lot of Morocco😂 btw congrats on the win Morocco🎉
@NiceYomi
@NiceYomi 3 ай бұрын
yo im moroccan too! we got knocked out by france tho :(
@Build33_Studio
@Build33_Studio Жыл бұрын
Omg same
@MonkeGrinder
@MonkeGrinder Жыл бұрын
for me the ball went the wrong way
@FireRangerProNL
@FireRangerProNL Жыл бұрын
YES
@nutellashockabz1823
@nutellashockabz1823 Жыл бұрын
Quick question how do you get the ID for the animation?
@Xx_Football_Editz1
@Xx_Football_Editz1 Жыл бұрын
After u publish it to roblox and submit u will have an ID code and next to it, it is a button. Press on it and u will get it then put at the name with ctrl+v
@AbosaudCast
@AbosaudCast 10 ай бұрын
Tysm im glad you are an Morrocan because im a Saudi Arabian Cool Video tho and brother means in arab not brother in your family its because we are arab Greetings From Saudi Arabia I was extremly happy when Morroco win against Portogual
@polarisprog
@polarisprog 10 ай бұрын
That's cool!
@Itz_Jad
@Itz_Jad 2 ай бұрын
Answer please i need your help
@KidTOXICfortnite
@KidTOXICfortnite 10 ай бұрын
can you make a passing system
@ZorkCast
@ZorkCast Жыл бұрын
5:54 you can't see it but you click the + and then click on remote event (it's probably at the top)
@yassiroussix
@yassiroussix 3 ай бұрын
Wa naaaaari wa makaynx li ydwi bl3rbya kolxi blanglais 😂❤
@mineropaul
@mineropaul 8 ай бұрын
Me too i am à moroccan 🇲🇦🇲🇦
@mrnobody7940
@mrnobody7940 6 ай бұрын
I don’t see the sizing things
@andriyntfc
@andriyntfc Жыл бұрын
Me from Ukraine who haven’t qualified for World Cup since 2006 😭
@xSaturnBlox
@xSaturnBlox Жыл бұрын
Bruh. I've seen so many people getting errors, he fixed it at the end of the video guys. and if you got error that he didnt fix at the end at the video you guys didnt write it right. watch the video again.
@bd500_
@bd500_ Жыл бұрын
I hope Morocco wins it all! They are very good overlooked team and deserve to be where they are now
@polarisprog
@polarisprog Жыл бұрын
Yes!
@DevOctopus
@DevOctopus Жыл бұрын
@@polarisprog I am Portuguese...I was supporting Morocco to win the semifinals but since I saw the interview of the girl from Morocco on the Ronaldo.. I stopped supporting.. Edit: How do you can speak english so well without a Moroccan accent?
@polarisprog
@polarisprog Жыл бұрын
@@DevOctopus ah yes that girl, that video made me soo mad like what is wrong with these people, ronaldo is literally one of the greatest legends of football. So disrespectful. Also I don't really know why I don't have a moroccan accent but I think its just because I learned english 3-4 years ago
@Astro.213
@Astro.213 5 ай бұрын
it didnt work the ball did not even move
@ethanlopesmoreira1674
@ethanlopesmoreira1674 Жыл бұрын
Portugal is better than Morroco.
@rayane-one2521
@rayane-one2521 Жыл бұрын
Bro i am morrocan too ❤❤
@PixelatedRobloxian
@PixelatedRobloxian 4 ай бұрын
nah i feel bad for ronaldo
@timetoxx
@timetoxx Жыл бұрын
10:22 THE VOICE CRACK LOL
@McFlubbaGus
@McFlubbaGus Жыл бұрын
I’m making a kick baby simulator 😂 and the kick prompt won’t show up😢
@C.OL.E
@C.OL.E 7 ай бұрын
can you help me what is the net model
@lartid_hd_
@lartid_hd_ Ай бұрын
WHY DOES IT NEVER WORK FOR ME:(
@JudeRoger
@JudeRoger Жыл бұрын
How can i make this have 2 destinations and say if you are on red team, you shoot the ball towards blue goal destination?
@mickeycernei1291
@mickeycernei1291 10 ай бұрын
you needto do the football script too times first for the first and second for second ok?
@valentino23YT3
@valentino23YT3 Жыл бұрын
Gente no tengo amigos 😭🤙
@XavierElPeruano
@XavierElPeruano Жыл бұрын
cool
@Jacaroni_Cheese
@Jacaroni_Cheese Жыл бұрын
when i click e nothing happens
@SHYDEX09
@SHYDEX09 Жыл бұрын
it is so hard to understand 😭😫
@Mainzzz1
@Mainzzz1 Жыл бұрын
ayy moroccan, am moroccan too :D
@msher126
@msher126 23 күн бұрын
This guy is the next hakimi ❤
@GameTechGeek68
@GameTechGeek68 Жыл бұрын
goal keeping System?
@GoatestgoatsSum
@GoatestgoatsSum 4 ай бұрын
Oh I see now
@TheStbattle
@TheStbattle Жыл бұрын
i cant find the anchered spot
@edingaga831
@edingaga831 Ай бұрын
how 2 change the ball speed
@Zartialonytb
@Zartialonytb 10 ай бұрын
YAHH MEGHRIBIIII
@bladeball-e8x
@bladeball-e8x 11 ай бұрын
Thats epic (moroccan too)
@2b2t_names
@2b2t_names Жыл бұрын
thanks but also "spAWn"
@martin1126gamer
@martin1126gamer 10 ай бұрын
The ball is not moving
The Truth Behind Roblox's Richest Players
41:51
CubeINC
Рет қаралды 2,5 МЛН
Minecraft Kids Content Is Absolutely Terrifying
29:01
CalebIsSalty
Рет қаралды 1,5 МЛН
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,8 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 12 МЛН
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 67 МЛН
Lets redesign Marinette!! [this took 3 years to make]
12:54
fiirebug
Рет қаралды 272 М.
Ranking the BEST and WORST Soccer Games on Roblox
8:38
Guppi
Рет қаралды 239 М.
Making a ROBLOX game with its new AI
6:28
DeHapy
Рет қаралды 785 М.
roasting cringe Roblox text to speech stories ep.11
30:07
Dead Skeleton
Рет қаралды 3,1 МЛН
How To MAKE a ROBLOX GAME on MOBILE...
8:01
Reckless - Roblox
Рет қаралды 1,3 МЛН
Making a Fake Multiplayer .io Game
11:03
Gambit
Рет қаралды 147 М.
SCORING GOALS - Events - Learn To Script #7
14:21
GnomeCode
Рет қаралды 38 М.
Making a Roblox game Using ONLY AI!!!
7:39
BlueBoi
Рет қаралды 855 М.