#Need help with combining scripts
1 messages · Page 1 of 1 (latest)
could you just use for i and decrease transparency
whats debouncing and tool.activated lol
i dont know how to code
send me file please if you can
you can connect tool.Activated to a function and it will be called when the player activates the tool (left click on pc and touch on mobile), the tool in this case is the sword
debouncing is basically cooldown
local debounce = false
if debounce == false then
debounce = true
task.wait(5)
debounce = false
end
this is a basic example of it that doesnt really do anything but you get the idea
if there is a debounce the if statement wont go through but if there isnt it will make one and wait 5 seconds before removing it
essentially creating a cooldown effect
my brain goes boom
Do you have prior experience coding or is lua-u roblox your first?
When did you start?
when did i start creating games?
Coding
I recommend you watch some beginner tutorials on lua/roblox and once you get comfortable with it, start making more, and more advanced stuff and break down all the things you need for that thing into small parts and research all those things and how to use them, that's basically how I did it.
damn
First, you need to learn the basics of luau (a version of lua that roblox uses)
And then how roblox studio works, and how instances work
You could learn those at the same time if you want
Here's some channels to get you started:
https://www.youtube.com/@GnomeCode
https://www.youtube.com/alvinblox
https://www.youtube.com/@TheDevKing/videos
I make things in Roblox, and make videos about making those things.
Join our community of Gnomes to boost your game dev knowledge, and have fun while you do it!
Learn how to script on Roblox and be able to make your own games with my Roblox scripting tutorials.
I love game development and have been to the Roblox Developer's Conference (RDC).
My easy to follow tutorials are great for beginners or advanced scripters alike. I've been on Roblox since 2011 but it really doesn’t matter how old you are or wh...
Welcome to my Channel! I upload Educational Videos about Game Development. All of my videos are Family Friendly and full of positive energy. Be sure to leave a comment letting me know how I can make my videos better!
business inquiries: [email protected]