Quantcast
Channel: How do i use delay in tools?
Browsing latest articles
Browse All 8 View Live

How do i use delay in tools?

I have a problem with my tool, If i click alot the tool’s script fires too many times. What do i do to make a delay in my tool? Read full topic

View Article



How do i use delay in tools?

I believe you are looking for a debounce. This prevents a function from running too many times. I suggest you implement a debounce on the client and server so exploiters won’t just simply disable it...

View Article

How do i use delay in tools?

im using instance.new in the script it plays the sound but doesnt make a new explosion full code: local model = script.Parent local Debounce = true local Delay = 5 script.Parent.Activated:Connect() if...

View Article

How do i use delay in tools?

wait nvm it just errors and it doesnt fire anything. Is there something other than debounce? Read full topic

View Article

How do i use delay in tools?

What errors are you getting? Also, your code didn’t format very well on your post, so it’s fairly messy and hard to read. Read full topic

View Article


How do i use delay in tools?

You may want to try this: local model = script.Parent local Debounce = true local Delay = 5 script.Parent.Activated:Connect(function() if Debounce then Debounce = false model.Handle.BombBeeping:Play()...

View Article

Image may be NSFW.
Clik here to view.

How do i use delay in tools?

wevetments: local model = script.Parent local Debounce = true local Delay = 5 script.Parent.Activated:Connect(function() if Debounce then Debounce = false model.Handle.BombBeeping:Play() redlight =...

View Article

How do i use delay in tools?

The error log thing is a mess so i cannot know what error i got. Read full topic

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images