#pathfinding while riding an entity
1 messages · Page 1 of 1 (latest)
What do I use instead?
your brain
why cant you say anything help full?
We’re here to help with code that you wrote, we don’t help with AI Code…
i didnt use ai?
but the ting is im asking what to use insted of pathfinding and no one will say anything
like i wouldnt need to use ai if people would actually help??
@wheat niche please explain to me what im suposted to do if ai is the only thing that will give an answer?
trigger:
summon breeze at player
set {tornado::%player%} to last spawned breeze
set {tornado::%player%}'s scale attribute to 2
make {tornado::%player%} invisible
make player ride {tornado::%player%}
while player's vehicle = {tornado::%player%}:
set {_dir} to player's horizontal facing
push {tornado::%player%} {_dir} with speed 1
set {_v} to {tornado::%player%}'s velocity
set {_v}'s vector yaw to player's yaw
set {tornado::%player%}'s velocity to {_v}
wait 10 ticks
wait 30 seconds
kill {tornado::%player%}```
well when you use ai, people wont help
well if i dont use ai i cant do nothing becaseu its the only thing that replys
what i tihnk is that if you got nothing productive dont reply
like how is "i dont help people who use ai" 🤓 helping anyone?
its not hard to write the code yourself then ask for help if u get errors
read the docs
using ai then asking for help because it didnt work isnt allowed
Well if you got a problem with it don’t reply
It’s not that hard
im just telling you facts
dont ask for help when you use ai
Well how is this helpful
It is recommended that you don't use AI agents for multiple reasons @white rose:
2) Blindly trusting code from any source is a bad idea, especially on production servers. Even if the code that was generated appears to work, you have no clue what vulnerabilities it introduces or fails to protect against.
3) Using AI to write your code takes away from your learning and doesn't challenge you to develop problem solving skills.```
While AI can be used as a tool, it is necessary to understand what it is doing and check any code it creates. Since this is a learning community, we want to support your personal growth. As a result, we don't allow generated content in our help channels ([Rule 8](<#welcome-to-skunity message>))