I started scripting 3 days ago, and I’m looking for things to script but can’t come up with any
Also, nothing too complex since I only started very recently.
I started scripting 3 days ago, and I’m looking for things to script but can’t come up with any
Also, nothing too complex since I only started very recently.
a shift to sprint script that also causes the camera to widen when activated
I can try, but I might not be able to make the camera widen. Thanks for the suggestion!
challenge yourself like a real programmer lmao
I’m trying both, just saying I prolly won’t be able to do the widen camera thing
lmao im just teasing regardless, if u have any questions hmu
This is more complicated than i thought it would be, i barely have 5 hours of experience… I don’t even know what UserInputService is
Can you tell me what it is lol
its the roblox engine service that provides you keyboard and mouse inputs, use its events listed in the API documentation to figure out how to map keys to functions
Make a script that you input a number and it tells you if its prime.
This may be a bit strange but i suggest scripting a few simple plugins i.e. a plugin which creates a script when you click on a button or a script which goes through the workspace and changes something about particular parts etc. I have no idea why but since i’ve made a couple of plugins, and this may just be me, for (mainly) private use for at-least a month now i have learnt more about scripting than i have the entirety of my time on roblox.
I’ve found that scripting and making your own private plugins combines multiple scripting practices in a more practical manner i.e. i made a plugin which just gives me a calculator in roblox studio because i had enough of having to tab out of studio to use a plugin (because i for couldn’t be bothered to use my physical calculator irl plus it seemed like a cool idea to have a online calculator i made myself) and in doing so i learnt a lot about maths in scripting alongside GUI and data related scripting and it’s not like i’ll forget about it because i always use the calculator i made in studio and know exactly how all that script and it’s contents work.