how to make a football system | studio lite

  Рет қаралды 357

Coolgo_lite

Coolgo_lite

Күн бұрын

Script in the ball:
-- Get the part
local part = script.Parent
-- Get the sound
local sound = part:FindFirstChild("Sound1")
-- Debounce variable
local isTouched = false
-- Function to handle the touch event
local function onTouch(otherPart)
local humanoid = otherPart.Parent:FindFirstChild("Humanoid")
if humanoid and not isTouched then
-- Set debounce
isTouched = true
-- Play the sound
if sound and sound:IsA("Sound") then
sound:Play()
end
-- Apply force to the part to make it move in the direction the player kicked it
local direction = (part.Position - humanoid.Parent.HumanoidRootPart.Position).Unit
local forceMagnitude = math.random(20, 40) -- Change this value to control the force applied
local force = direction * forceMagnitude
part.Velocity = Vector3.new(force.X, part.Velocity.Y, force.Z)
-- Reset debounce after a delay
wait(1) -- Change this value to control the debounce time
isTouched = false
end
end
-- Connect the function to the part's Touched event
part.Touched:Connect(onTouch)
The scripts : pastebin.com/u...
The sound ID: 9119328220

Пікірлер
The Sketchbook Series | Katsuya Terada
16:40
Trojan Horse Was a Unicorn
Рет қаралды 46 М.
How I Built A LEGO Treadmill That Moves In EVERY Direction
18:06
Banana Gear Studios
Рет қаралды 1,1 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
How to Make Low-Poly Models with Pixel Texture | Blockbench Tutorial
17:26
Brandon James Greer
Рет қаралды 356 М.
The DUMBEST People With 0 IQ
17:27
Infinite
Рет қаралды 6 МЛН
How To MAKE a ROBLOX GAME on MOBILE...
8:01
Reckless - Roblox
Рет қаралды 2,1 МЛН
How to add a model in studio lite(credit to @thelevel100gamer4)
2:27
BaconScripting
Рет қаралды 3,3 М.
how to make a drop item in studio lite
2:03
Jussi lite
Рет қаралды 281
The Only Thing You Need To Learn How To Script
4:36
Ludius
Рет қаралды 240 М.
Can I 100% Superliminal and Get a Refund?
23:36
Gronf
Рет қаралды 378 М.
The Complete History of 2b2t
3:34:18
PitFall
Рет қаралды 870 М.
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 492 М.
How to Create a Magic System
16:34
TheMagicEngineer
Рет қаралды 118 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН