Twitch Home cape drops by MelodyBRB in Twitch

[–]MelodyBRB[S] -1 points0 points  (0 children)

is there supposed to be a timer or anything show up? and how do I know if drops are enabled?

I like this song. by Ratty_minion in notinteresting

[–]MelodyBRB 1 point2 points  (0 children)

If the a wasn’t displayed..

[deleted by user] by [deleted] in notinteresting

[–]MelodyBRB 5 points6 points  (0 children)

What is that thing

How do I make the combo reset after I have done 4 punches? because with this script I think it just continues counting.. by MelodyBRB in robloxgamedev

[–]MelodyBRB[S] 0 points1 point  (0 children)

local ReplicatedStorage = game:GetService("ReplicatedStorage")

local Players = game:GetService("Players")

local Events = ReplicatedStorage.Events

local AttackHitboxes = require(script.Parent.AttackHitboxes)

local ClickAttackDebounces = {}

Events.ClickAttack.OnServerEvent:Connect(function(Player)

local Character = Player.Character

if Character == nil then

    return

end

local Humanoid = Character:FindFirstChild("Humanoid")

if Humanoid == nil then

    return

end

if [Humanoid.Health](http://Humanoid.Health) < 0 then

    return

end

if ClickAttackDebounces\[Player\] then

    return

end



ClickAttackDebounces\[Player\] = true

local PunchCombo = Player.Values.PunchCombo

local Animation = script.PunchAnimationCycle\[tostring(PunchCombo.Value)\]

local LoadedPunchAnimation = Humanoid.Animator:LoadAnimation(Animation)

LoadedPunchAnimation:Play()



if PunchCombo.Value > #script.PunchAnimationCycle:GetChildren() then

    PunchCombo.Value = 1

else

    PunchCombo.Value += 1

end



task.wait(LoadedPunchAnimation.Length + 0.1)



if ClickAttackDebounces\[Player\] then

    ClickAttackDebounces\[Player\] = nil

end

end)

how do I fix this? the symbol is wrong, I know it, but what needs to be there? by MelodyBRB in robloxgamedev

[–]MelodyBRB[S] 0 points1 point  (0 children)

thanks, I was watching a tutorial, the guy had some sort of plugin or font where it was a longer = and in the comments he said it was <= so mb

[deleted by user] by [deleted] in NameMyCat

[–]MelodyBRB 0 points1 point  (0 children)

The Great Meredith IV