How to make a Roblox Ability: Impact Frames(using scripts)

  Рет қаралды 2,529

26AnderDeveloping

26AnderDeveloping

Күн бұрын

Пікірлер: 3
@JunHwaJun
@JunHwaJun 2 ай бұрын
Babe, wake up, 26AnderDeveloping uploaded a video! I can't believe this! Goated video, 26AnderDeveloping! Let's just say I am currently typing this comment out in the ER, for I have been rushed to the hospital after painting my room white multiple times. This video is amazing... However, I was disappointed to hear there wasn't a "Let's get to scriptings"... STILL, a glorious video.
@undertheground3862
@undertheground3862 2 ай бұрын
next u should do a tutorial sorta like gpo and blox fruits gui for fruits, with like the ability keys in the tools
@SoraOT
@SoraOT 2 ай бұрын
just run it through the Tool.Equipped event. Something like -- Script is in StarterCharacterScripts in this instance. local UIS = game:GetService("UserInputService") local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hum = char:WaitForChild("Humanoid") local tool = plr.Backpack.Test -- wherever your tool is located local connection tool.Equipped:Connect(function() connection = UIS.InputBegan:Connect(function(input, processed) -- input is the key the player presses and processed basically checks if they are typing. if input.UserInputType == Enum.UserInputType.Keyboard then if input.KeyCode == Enum.KeyCode.E and not processed then -- Enum.KeyCode.E defines the key you want things to happen on. print("Skill Used") end end end) end) tool.Unequipped:Connect(function() if connection.Connected then connection:Disconnect() end -- basically just checks if the connection is still running when its unequipped and if it is then it ends/disconnects it. end)
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 453 М.
(Moon Animator) Impact Frames: Basic Tutorial
9:20
dantealacarte
Рет қаралды 380 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Roblox Doesn't Care About Its Legacy
26:56
Feodoric
Рет қаралды 273 М.
Roblox Glass Has Amazing Possibilities..
11:17
Paul1Rb
Рет қаралды 100 М.
How to Make a Roblox Ability: Level Three
24:08
26AnderDeveloping
Рет қаралды 2,3 М.
This is why you should Stop Downloading Roblox Cheats!
11:38
No Text To Speech
Рет қаралды 861 М.
I Made the Hardest Game Ever
10:15
Sam Hogan
Рет қаралды 12 МЛН
How To Make A Blender VFX For Roblox Studio[FULL PROCESS]
12:02
MaskedFaces
Рет қаралды 125 М.
Can 6 DEVS Make a STORY Game Without Communicating?
15:32
RoDev
Рет қаралды 2,3 МЛН
How to animate walking? | Roblox Animation | Roblox Moon Animator
14:34
How to edit SO good your viewers get addicted to your videos
14:32
Learn By Leo
Рет қаралды 2 МЛН
The Story of The BIGGEST Roblox Hackers..
26:18
BulletWarning
Рет қаралды 4,8 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН