ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

How To Make The GrabPack In Roblox Studio

Автор: SkullTrooper Purple

Загружено: 2025-03-19

Просмотров: 3351

Описание: Turn script:local OldC

function oldC(oldC0)
OldC = oldC0
end

script.Parent.Equipped:Connect(function()
local oldC0 = script.Parent.Parent.RightUpperArm.RightShoulder.C0
oldC(oldC0)
while wait() do
if script.Parent.Parent:FindFirstChild("Humanoid") then
local Character = script.Parent.Parent
local Shoulder = Character.RightUpperArm:FindFirstChild("RightShoulder", true)
local Root = Character:WaitForChild("HumanoidRootPart")
local CameraDirection = Root.CFrame:toObjectSpace(workspace.CurrentCamera.CFrame).lookVector.unit

Shoulder.C0 = CFrame.new(Shoulder.C0.p) * CFrame.Angles(math.asin(CameraDirection.y), -math.asin(CameraDirection.x), 0)
end
end
end)

script.Parent.Unequipped:Connect(function()
wait(0.0025)
script.Parent.Parent.Parent.Character.RightUpperArm.RightShoulder.CurrentAngle = 0
script.Parent.Parent.Parent.Character.RightUpperArm.RightShoulder.DesiredAngle = 0
script.Parent.Parent.Parent.Character.RightUpperArm.RightShoulder.MaxVelocity = 0
script.Parent.Parent.Parent.Character.RightUpperArm:FindFirstChild("RightShoulder", false)
script.Parent.Parent.Parent.Character.RightUpperArm.RightShoulder.C0 = OldC
end)

HandLScript:local player = game.Players.LocalPlayer
local Mouse = player:GetMouse()
local on = false
script.Parent.Equipped:Connect(function(Mouse)
Mouse.Button2Down:Connect(function()
script.Parent.Streak:Play()
if on==false then
on = true
script.Parent.HandL.Position = Mouse.Hit.Position + Vector3.new(0,0,0)
end
end)
Mouse.Button2Up:Connect(function()
script.Parent.End:Play()
if on==true then
on=false
script.Parent.HandL.Position = script.Parent.NO.Position + Vector3.new(0,0,0)
end
end)
end)

HandL2Script:local player = game.Players.LocalPlayer
local Mouse = player:GetMouse()
local on = false
script.Parent.Activated:connect(function()
script.Parent.Streak:Play()
if on==false then
on = true
script.Parent.HandL2.Position = Mouse.Hit.Position + Vector3.new(0,0,0)
end
end)
script.Parent.Deactivated:connect(function()
script.Parent.End:Play()
if on==true then
on=false
script.Parent.HandL2.Position = script.Parent.NO2.Position + Vector3.new(0,0,0)
end
end)

CollisionHandlerScript: local AllowAnchor = false
local Collidable = false

script.Parent.Equipped:Connect(function()
for _,v in pairs(script.Parent:GetChildren()) do
if v:IsA("UnionOperation") then
v.CanCollide = Collidable
v.Anchored = AllowAnchor
end
if v:IsA("Part") then
v.CanCollide = Collidable
v.Anchored = AllowAnchor
end
if v:IsA("MeshPart") then
v.CanCollide = Collidable
v.Anchored = AllowAnchor
end
end
end)

Weld Script (x2) :--====================Locals====================--
local Tool = script.Parent
local MainPart = Tool.Handle
--
local ReweldOnWeldRemoved = true
-====================Functions====================-
function WeldAB(A,B)
local Weld = Instance.new("Weld")
Weld.Part0 = A
Weld.Part1 = B
Weld.C0 = A.CFrame:inverse()*CFrame.new(A.Position)
Weld.C1 = B.CFrame:inverse()*CFrame.new(A.Position)
Weld.Parent = A
A.Anchored = false
B.Anchored = false
A.ChildRemoved:Connect(function(Obj)
if (Obj == Weld) and ReweldOnWeldRemoved then WeldAB(A,B) end
end)
end
function HandleGroups(Model)
for i,v in pairs(Model:GetChildren()) do
if v:IsA("BasePart") and v ~= MainPart then
WeldAB(MainPart,v)
elseif v:IsA("Model") or v:IsA("Folder") then
HandleGroups(v)
end
end
end
-====================Script====================-
for i,v in pairs(Tool:GetChildren()) do
if v:IsA("BasePart") and v ~= MainPart then
WeldAB(MainPart,v)
elseif v:IsA("Model") or v:IsA("Folder") then
HandleGroups(v)
end
end
-====================KeithKeiser971====================-
script:Destroy()

Line Connect Optional" wait()
local check = script.Part2
local part1 = script.Part1.Value
local part2 = script.Part2.Value
local parent = script.Par.Value
local color = script.Color
local line = Instance.new("Part")
line.TopSurface = 0
line.BottomSurface = 0
line.Reflectance = .5
line.Name = "Laser"
line.Locked = true
line.CanCollide = false
line.Anchored = true
line.formFactor = 0
line.Size = Vector3.new(.5,.5,.5)
local mesh = Instance.new("BlockMesh")
mesh.Parent = line
while true do
if (check.Value==nil) then break end
if (part1==nil or part2==nil or parent==nil) then break end
if (part1.Parent==nil or part2.Parent==nil) then break end
if (parent.Parent==nil) then break end
local lv = CFrame.new(part1.Position,part2.Position)
local dist = (part1.Position-part2.Position).magnitude
line.Parent = parent
line.BrickColor = color.Value.BrickColor
line.Reflectance = color.Value.Reflectance
line.Transparency = color.Value.Transparency
line.CFrame = CFrame.new(part1.Position+lv.lookVector*dist/2)
line.CFrame = CFrame.new(line.Position,part2.Position)
mesh.Scale = Vector3.new(.25,.25,dist)
wait()
end
line:remove()
script:remove()
READ ME : IF LINK DOESNT WORK GO TO THE GAME LINK AND COPY THE GAME.

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
How To Make The GrabPack In Roblox Studio

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

ЧТО СКРЫТО В ФИНАЛЕ Poppy Playtime Chapter 5? Секреты | Баги | Сцены за кадром

ЧТО СКРЫТО В ФИНАЛЕ Poppy Playtime Chapter 5? Секреты | Баги | Сцены за кадром

Przegląd Amerykański - Amerykanie nie rozumieją polityki Trumpa.

Przegląd Amerykański - Amerykanie nie rozumieją polityki Trumpa.

😱Я ПОЛУЧИЛ ХАГГИ ВАГГИ с помощью СЕКРЕТНОГО РИТУАЛА... Steal a Brainrot!

😱Я ПОЛУЧИЛ ХАГГИ ВАГГИ с помощью СЕКРЕТНОГО РИТУАЛА... Steal a Brainrot!

GRABPACK SWINGING SYSTEM IN ROBLOX STUDIO

GRABPACK SWINGING SYSTEM IN ROBLOX STUDIO

How to MAKE ANIMATIONS in ROBLOX STUDIO (#3)

How to MAKE ANIMATIONS in ROBLOX STUDIO (#3)

How to make a game like Granny pt. 1. Doors and Locks.

How to make a game like Granny pt. 1. Doors and Locks.

😱ПЛЫВИ ЗА БРЕЙНРОТАМИ И СПАСИ ИХ в Роблокс!

😱ПЛЫВИ ЗА БРЕЙНРОТАМИ И СПАСИ ИХ в Роблокс!

😱НАЧАЛ С НУЛЯ, но с ТРЕЙД МАШИНОЙ в Steal a Brainrot

😱НАЧАЛ С НУЛЯ, но с ТРЕЙД МАШИНОЙ в Steal a Brainrot

Gorzej niż z Iranem

Gorzej niż z Iranem

Zakaz foto odpadów w Bełchatowie, a PGE Zielona Góra chce dane przechodnia, bo filmuje! #294

Zakaz foto odpadów w Bełchatowie, a PGE Zielona Góra chce dane przechodnia, bo filmuje! #294

😱ЗАСКАМИЛ ТУПОГО ФЕЙК SAMMY в Steal a Brainrot!

😱ЗАСКАМИЛ ТУПОГО ФЕЙК SAMMY в Steal a Brainrot!

😱Мы СЛОМАЛИ 973,518,632 КОСТЕЙ в Роблокс!

😱Мы СЛОМАЛИ 973,518,632 КОСТЕЙ в Роблокс!

ПРЯТКИ на КАРТЕ СИРИУСА! РОБЗИ с СЫНОМ в BRAWL STARS

ПРЯТКИ на КАРТЕ СИРИУСА! РОБЗИ с СЫНОМ в BRAWL STARS

Umm what?  (Grabpack Poppy Playtime In Roblox)

Umm what? (Grabpack Poppy Playtime In Roblox)

Budzisz: Celem USA I IZRAELA jest osłabienie IRANU. BRICS nie jest alternatywą dla dominacji USA

Budzisz: Celem USA I IZRAELA jest osłabienie IRANU. BRICS nie jest alternatywą dla dominacji USA

"OG" Horseman 😱 Первый в мире получил "Celestial Pegasus" с 0.05% шансом Steal a Brainrot!

How to make an Npc that chases you in Roblox Studio pt. 1

How to make an Npc that chases you in Roblox Studio pt. 1

😱ГОВОРЮ ТОЛЬКО «ДА» НА ЛЮБОЙ ТРЕЙД! ЕРОКС vs МАША в Steal a Brainrot!

😱ГОВОРЮ ТОЛЬКО «ДА» НА ЛЮБОЙ ТРЕЙД! ЕРОКС vs МАША в Steal a Brainrot!

MINECRAFT, ale CO 5 SEKUND ZNIKAJĄ MI PRZEDMIOTY! *wow*

MINECRAFT, ale CO 5 SEKUND ZNIKAJĄ MI PRZEDMIOTY! *wow*

😰Мы Основали Своё КОРОЛЕВСТВО в Роблокс! + Кабан

😰Мы Основали Своё КОРОЛЕВСТВО в Роблокс! + Кабан

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]