Sophiticaded script ideas

How about you use OOP to make an animal move around in an environment using a state machine while running the calculations in parallel luau

You can try to make a ray tracer (RTX), I made one before and I made a post about it here: My Roblox path tracer | Runs in parallel!
So If you want to make it I can help you by answering any questions you have about it,
or maybe you could try to make a fluid or boid simulation.

Could you elaborate please? This sounds fun

You could also make a smoke simulation like the one in CS:GO.
Or you can make a portal effect like in Portal 2.

Ive never played thoes types of games so idk what thoes are ill look em up

create vergil’s slash where it rips off fabrics of reality to create a portal which you can enter into another dimension without any loading screens

OOP:

  • Have an abstract animal class
  • Have a specific animal class like wolf

State machine:

  • Represents different behaviours using “states”
  • E.g. have a state for wandering around, chasing another animal / person, attacking etc.

Parallel luau:

  • Runs calculations like pathfinding in parallel as opposed to serial to boost performance

If you want you could try animating the animal using Inverse Kinematics but note that doing all my suggestions would be a big task

OOP playlist
State machine tutorial | State machine module
Parallel luau tutorial
Inverse kinematics tutorial

This seams really cool and fun to develop! Im booting up my computer so i can link stuff

CSGO Smoke system: (The smoke looks very realistic)

Portal 2 Portals system: (If you look into the first portal you will see what’s infront of the other portal)
image

Maybe I Could Make Somthing like This State of nature - Wikipedia. We have been learning about it in school and maybe my teacher would like this.

Maybe i could do somthing like the computer wants food and it starts with everyone being week the more food you get the stronger and faster the npc gets. when a NPC is being chased or attacked the have an adrenaline rush giving them strength and speed but if the attacking npc kills them it gets stronger to attack more. Eventualy on 1 person will come out on top

1 Like

that also looks realy cool!! now im split between 2 good ideas

1 Like

that portal system is really cool but im not sure if it would be more 200 lines of code. Im saying this because i think you could just make a camera in the portal and brodcast it to the other portal. im gona do some reserch tho also if thats not the case let me know

1 Like

Maybe you can make it under 200 lines, but that doesn’t mean that it’s simple to make,
I tried to make one before but It didn’t work, so it’s kind of complex to make.

looking at HiddenDevs developers, it’s enough if you just make a hello world script. Roblox Developers supremacy!!!

1 Like

ive tried with this bowling system and ive been declined thoes guys probaly cheated in with someone elses stuff Bowling Demo - Roblox

1 Like

there is this https://www.youtube.com/watch?v=1IXc_8o8Zy0&t=199s it works prety well

1 Like

im trying to apply for a skill role and it requires and 200+ lined script

1 Like

Oh sorry, I didn’t know, also the video you sent me uses free models, you should try to do this with only script tutorials like this one made by Sebastian Lague: https://www.youtube.com/watch?v=cWpFZbjtSQg

thanks for all your help but i think im going to work on the state of nature idea because i wana do somthing that is more interesting to me.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.