of     1   

Cshef
#220043857Thursday, June 29, 2017 6:12 PM GMT

When the sword hits the player I want it to print a random number between 1-10, but when a player does hit the player, it prints like 5 times when I only need it to print 1 time. How do I fix this? (btw this is only part of my script) local torso=hit.Parent:findFirstChild("Torso") local critchance = math.random(1,10) print (critchance)
Cshef
#220045543Thursday, June 29, 2017 6:38 PM GMT

gfbfd
Playblo
#220045855Thursday, June 29, 2017 6:43 PM GMT

Use debounce.
Cshef
#220046167Thursday, June 29, 2017 6:48 PM GMT

Yeah but idk where to put it since it might continue if I put it in another line below
Cshef
#220046506Thursday, June 29, 2017 6:53 PM GMT

Got it to work ty

    of     1