#how would i make a sword tool with a click combo (like 5-6 different animations then a knockback)
356 messages · Page 1 of 1 (latest)
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
the animations is just an animation table
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
yeah but how would i make it as a combo
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
like that
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
increase a counter every time the player clicks
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
CurrentAnimCounter += 1
Humanoid:LoadAnimation(Animations[CurrentAnimCounter])
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
basically
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
the thing i have the most trouble with is hitboxes
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
the knockback happens in the end, but unless you want it to specifically happen when you positively hit someone N ammount of times
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
then that's an entirely different question
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
ah
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
do you have an animation problem or a hit box problem
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
what's your question then 😅
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
hitbox
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
defo
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
sorry i should have worded it better
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
definitely, most straight forward way is using a part as a hitbox, either welded to the arm of your character
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
or constantly being updated there
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
up to you how you tackle that
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
you would use touching parts
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
GetTouchingParts
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
like should i use a server script to detect that
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
or
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
the same script that triggers the animation
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
well it depends, is up to you. just remember that having that having that client sided involves not having replication
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
as in the server will ignore any update you do to any value
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
so you have to send whatever data you modified for the server to change through a remote
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
and well that's a security problem there
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
but it's up to you what you want to do there
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
I recommend a server script
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
okay
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
it'll be laggy, but in the mean time don't worry about it
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
then i can make it run a function or something when the part is touched
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
yeah
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
alright
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
thanks
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
im gonna go try this solve out
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
alr
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
im not very experienced at all though
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
so im probs gonna fuck it up
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
welp, that's part of learning
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
go and fuck it up. How else would you learn?
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
lol
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
true
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
i been learning for a year now
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
oh
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
that's a bit now
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
yeah
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
but well everyone learns at their pace I guess
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
the important thing is to be constant
i have terrible memory
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
just remember it's not "memorizing"
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
ok but then i wont remember how certain stuff works
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
alright i need to shut up
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
alright, good luck
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
thanks again
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
no worries
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
hey uh
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
i dont remember how tables work
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
@haughty thicket could you guys fix the darn bot perms ;-;
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
then go and learn how tables work lol
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
that question has an easy answer
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
wait dont i just
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
make the table
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
called Animations
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
then
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
oh my god im such a fucking idiot
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
not really
Bruh 
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
sorry
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
Jesus fuck
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
DUDE
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
@crystal sluice Save me
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
how would i put the animations in the table
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
if i try naming it 1 or 2 or whatever
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
it will just have an error
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
yo how would i put the animations in the table though?
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
i got this script so far
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
local tool = script.Parent
local Humanoid = tool.Parent.Parent.Humanoid
local CurrentAnimCounter = 0
local 1 = game.ReplicatedStorage.GoofyAnims.One
local Animations = {
}
CurrentAnimCounter += 1
Humanoid:LoadAnimation(Animations[CurrentAnimCounter])
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
how would i add the animations as a number to the table
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
you would either:
- A: insert them
- B: put the animations in a folder and use
GetChilder()to get an array like table of animations
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
that said you're tackling problem Y w/o knowing X
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
if you don't know how to tables work, do a refresher and then use that to come back to this, you're just bashing your head against a wall right now.
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
i do know im just confused
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
i checked again on how it works
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
I realy don't get you man, just a second ago you said you didn't 😅
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
please make up your mind, it's starting to become annoying, good luck ^^
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
no like i re did it
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
i remember now
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
how to do it
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
im sorry for annoying you
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
ill stop talking here
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
yeah i’m tryna read this and it’s driving me nuts
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
if u want i can help explain this stuff in more detail cuz i’m working on a combat system rn but i won’t be home for a while
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
** You are now Level 9! **
@naive spade how do I fix the bot
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
Not, it’s an issue on the bots side
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
It had has all the permissions
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.

I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
Since it’s clearly talking here
I can't compile LaTeX in this thread as I lack the SEND_MESSAGES permission in the origin channel (#1020374354867007528)! Please check my permissions and try again.
Alright ty
Next time just set the view channel permissions for the bot to X
Got it. I appreciate the help.
Gn
im very stupid so i kinda gave up since i dont get how to do hitboxes
local function hb(size, cframe, ignore, char)
local hb = Instance.new("Part", workspace.Fx)
hb.Anchored = true
hb.CanCollide = false
hb.Transparency = .6
hb.Name = "hb"
hb.Material = Enum.Material.ForceField
hb.CanQuery = false
hb.Size = size
hb.CFrame = cframe
local con
con = hb.Touched:Connect(function()
con:Disconnect()
end)
i mean like making it damage ONCE then disapearing
then if you want to make one
local hitTarg = hb(Vector3.new(4,2,2), character.PrimaryPart.CFrame * CFrame.new(0,0,-3), {character}, character)
damn
if hitTarg then
local data = {
["Target"] = hitTarg,
["Character"] = character,
["Combo"] = combo,
["Action"] = "m1",
}
thats how im doing it
im terrible at scripting
same
dw ive done worse stuff
bro i couldnt work out how to do a hitbox
so the dumbass that i am
made a damage brick appear when the player clicked the key
but it didnt damage the player
con was that it hit MULTIPLE times
areb.MouseEnter:Connect(PlayHover)
solb.MouseEnter:Connect(PlayHover)
advb.MouseEnter:Connect(PlayHover)
cusb.MouseEnter:Connect(PlayHover)
slob.MouseEnter:Connect(PlayHover)
custb.MouseEnter:Connect(PlayHover)
duob.MouseEnter:Connect(PlayHover)
ranb.MouseEnter:Connect(PlayHover)
bacb.MouseEnter:Connect(PlayHover)
areb.MouseButton1Up:Connect(PlaySound)
solb.MouseButton1Up:Connect(PlaySound)
advb.MouseButton1Up:Connect(PlaySound)
cusb.MouseButton1Up:Connect(PlaySound)
slob.MouseButton1Up:Connect(PlaySound)
custb.MouseButton1Up:Connect(PlaySound)
duob.MouseButton1Up:Connect(PlaySound)
ranb.MouseButton1Up:Connect(PlaySound)
bacb.MouseButton1Up:Connect(PlaySound)
that was my gui code
lmfao
yeah i know
dude people used to reply to me with just the word debounce
im stupid
ya idk if u wanna figure out this stuff together im down
with the one i made
right now im trying to figure out
sure
how to detect if you are touched by a hitbox
cuz as you can see the ignore list in my hitbox is the character
nice im working on a fighting game
oh cool
i can implement the combo stuff

then a server script will clone the hitbox from serverstorage
then run a function when that hitbox gets touched
but
in the
Event.OnServerEvent:Connect(Function()
turn it into
Event.OnServerEvent:Connect(Function(Player)
then make the ignore list
put the player's character or whatever in there
then in the function for when the hitbox gets touched
put
if hit (thats what im gonna call it) if hit.Humanoid.Parent = (thing in ignore list)
before putting that
do
if hit.Parent.Humanoid ~= nil then
if hit.Parent.Humanoid ~= nil then
if hit (thats what im gonna call it) if hit.Humanoid.Parent = (thing in ignore list)
then
return
end
then type the damaging and stuff
its hard to explain
ill give the script wait
here could i show you what I have?
sure
i see what you mean though
im not very good at combat scripting
local remote = game.ReplicatedStorage.CombatEvent
local parryEvent = game.ReplicatedStorage.ParryEvent
local HitSound = game.ReplicatedStorage.HitSound
local player = game.Players.LocalPlayer
duration = .7
remote.OnServerEvent:Connect(function(client, data)
if data.Action == "m1" then
data.Target.Humanoid:TakeDamage(10)
end
if data.Combo == 3 then
local bv = Instance.new("BodyVelocity", data.Character.PrimaryPart)
bv.Velocity = data.Character.PrimaryPart.CFrame.LookVector * 0 -- last m1 player movement
bv.MaxForce = Vector3.new(99999,99999,99999)
bv.Name = "Velocity"
game.Debris:AddItem(bv, .2)
wait(.2)
local bv = Instance.new("BodyVelocity", data.Target.PrimaryPart)
bv.Velocity = data.Character.PrimaryPart.CFrame.LookVector * 30 -- last m1 enemy knockback
bv.MaxForce = Vector3.new(99999,99999,99999)
bv.Name = "Velocity"
game.Debris:AddItem(bv, .2)
else
local bv = Instance.new("BodyVelocity", data.Character.PrimaryPart)
bv.Velocity = data.Character.PrimaryPart.CFrame.LookVector * 0
bv.MaxForce = Vector3.new(99999,99999,99999)
bv.Name = "Velocity"
game.Debris:AddItem(bv, .2)
local bv = Instance.new("BodyVelocity", data.Target.PrimaryPart)
bv.Velocity = data.Character.PrimaryPart.CFrame.LookVector * 0
bv.MaxForce = Vector3.new(99999,99999,99999)
bv.Name = "Velocity"
game.Debris:AddItem(bv, .2)
end
end)
but i managed to make a triple jump, dive, slide
thats my server script
yeah thats what i mean
well kinda
i did manage to make a combat script though
without m1 combos
let me grab a bit of it
so first
i made a script in starterpack
which was
local Player = game:GetService("Players").LocalPlayer
local Character = Player.CharacterAdded:Wait() or Player.Character
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Event = ReplicatedStorage:FindFirstChild("SUNFIST")
local UInput = game:GetService("UserInputService")
local Debounce = false
local Cooldown = 15
UInput.InputBegan:Connect(function(input,IsTyping)
if IsTyping then
return
elseif input.KeyCode == Enum.KeyCode.R then
if Character:FindFirstChild("UsingMove").Value == false then
if Debounce == false then
Debounce = true
Character.Humanoid:LoadAnimation(script.PlrAnim):Play()
Event:FireServer()
wait(Cooldown)
Debounce = false
end
end
end
then in the server script
local event = game.ReplicatedStorage.SUNFIST
event.OnServerEvent:Connect(function(Player)
Player.Character.UsingMove.Value = true
local char = Player.Character
local plrname = Player.Name
local hitbox = game.ServerStorage.hitboxes.fiststarhitbox:Clone()
hitbox.real.Disabled = false
hitbox.Parent = char
hitbox.Position = char.UpperTorso.Position
Player.Character.UsingMove.Value = false
wait(1)
char.RightHand.charge:Destroy()
hitbox:Destroy()
end)
i put a damage script in the hitbox
which detected if its hitting the player
so
it works really well
and i fixed the issue
by making it destroy itself after damaging
hmmm
that does seem pretty good
ftr this system im making rn is like my first combat system ever and the only thing Ive scripted before this was a GUI lol
a
** You are now Level 4! **
so that script was for a dedicated move?

i started messing around with cameras too
and i made a goofy ahh cutscene
im bad at camera angles
lmaooo
thats all
so like the move would cause a cutscene?
and the hitbox in server storage could save the data for the knockback and a hit animation?
i really wanna try this out in a new game
here ill send a video
i mean
the cutscene will be in a different area or something
i guess
or i could try that
i havent done a move with a cutscene
im not worried about a cutscene i dont want any of that for my game specifically i was just curious
is the "IsTyping" supposed to be a way to ignore when they are in the roblox chat?
oh ok i use gpe
i think theres a difference idk
not sure what game processed events there would be other then chat
if they are redeeming codes (im not gonna add that but maybe that)
ok so ive put what you gave and i renamed the event combat event
put the local script in starterpack
or it wont detect when the player is typing or using move
btw
usingmove is an IntValue in starterCharacterScripts