@EgirlTwekky Also can't help but notice you probably vibecoded the demo code because there's no way someone codes like this by hand in 2026
1) Weirdest way to fetch for the local character
2) Didn't use Luau compound assignment
3) ToWorldSpace is redundant (you don't know matrix math)
@EgirlTwekky Minecraft uses server authority for player movement which is why you rarely see teleportation exploits; hackers mainly rely on proxies for those kinds of cheats like riding a horse or minecart since those are already server-authoritative to begin with
@dingleton52493 skill issue + using https://t.co/vJpBDwe7jK is completely unnecessary and wasting performance when you could just use plain vectors which is a native datatype (use LookVector)
@Crypticinvest1 My pet peeve is people still calling it Lua when Roblox has been using Luau for the past couple of years. The difference is night and day, and calling it "Lua" undermines all of the features and changes that many people are still extremely oblivious to.
https://t.co/XQfnjhAd2z
@haizoopRBLX I would highly recommend learning linear algebra if you want to master CFrames, since CFrames are just matrices. Linear algebra also includes vectors used for Vector3s, which goes hand in hand with CFrames.
https://t.co/fwtjTWjLNR
@haizoopRBLX These are all skills that you could look up and learn right away, but try to pace yourself and don't rush things!
Fun fact: Roblox actually uses Luau, not Lua. You can see all the differences here on their website: https://t.co/pPljkrou5s
@haizoopRBLX Without sounding too pretentious, probably one of the best. The average scripter wouldn't know anything about these concepts: regular expressions, Parallel Luau, native codegen, coroutine iterators, buffer + bit32 data compression, Luau type functions (from typesolver v2), etc.