#geniuninenue most real question why these thing exist

1 messages · Page 1 of 1 (latest)

abstract ledge
#

part.CFrame:ToWorldSpace(cf) [literally just part.CFrame * cf]

part.CFrame:ToObjectSpace(cf) [literally just cf:Inverse()*part.Position]

part.CFrame:PointToWorldSpace(v3) [literally just part.CFrame * CFrame(v3) or part.CFrame * v3]

part.CFrame:PointToObjectSpace(v3) [literally just part.CFrame:Inverse() * CFrame(v3) or part.CFrame:Inverse() * v3]

// honorable mention thats actually useful ignore these legend //
part.CFrame:Inverse() * something
part.CFrame:VectorToWorldSpace(v3)
part.CFrame:VectorToObjectSpace(v3)

why do these function methods exist if u can do it in another way, it just wont be messy or something, variable exist and its simple

#

unless theres a useful reason why

#

geniuninenue most real question why these thing exist

peak ivy
abstract ledge
#

idk man

#

it feels like it's for noobs who doesnt understand matrix or matrix vector multiplication

#

but im 100% not sure if that's the answer

#

idk how it's less typing

#

if u just count the characters, the right one is more short

abstract ledge
#

boo

abstract ledge
#

idk but it's more clearer when u just multiply it with cf or the inverse

peak ivy
#

u can easily tell what it does with a function

abstract ledge
#

learn how inverse work

#

itll make much more sense

#

than just plugging in Roblox methods

peak ivy
#

its idiomatic to use the functions tho

abstract ledge
#

functoons

peak ivy
abstract ledge
#

bro again

#

just learn how inverse work

#

it's like

#

just by looking at it and not thinking

#

u literally know what it does instead of reading the ling Roblox method function

peak ivy
#

alr if its simple then do the math

abstract ledge
#

it is simple

#

inverse is like

#

I can literally make u visualize it with ur hand

#

do u want to try

peak ivy
#

no

abstract ledge
#

ok

#

it's super easy tho but ok

peak ivy
#

yes but not everyone great with cframe

abstract ledge
#

bro

peak ivy
#

pretty confusing topic

#

im js saying bro

abstract ledge
#

let me make u visualize

#

then

peak ivy
#

bo

#

no

abstract ledge
#

u just refusing

#

🙏

#

BRO ITS SO EASY

peak ivy
#

im not saying i dont understand

#

yes not for everyone

abstract ledge
peak ivy
#

idk

abstract ledge
#

explain like im 5

peak ivy
#

why does that matter

abstract ledge
#

bruh

abstract ledge
#

just say yes with the hand visualization

#

u just need 2 finger

#

unless u got 0

peak ivy
#

i have 0 unfortunately

abstract ledge
#

Minecraft hand

#

ziffix is typing

dim axle
abstract ledge
#

bro are u seeing what im seeing or something

#

like with those inverse thingy or just instantly multiplying it with about vector or cframe, it's so easy to visualize fast

dim axle
#

The operations themselves are not, but how the matrices evolve into these translations are

abstract ledge
#

it's super easy if u just know what im seeing dawg

peak ivy
tired ledgeBOT
#

studio** You are now Level 13! **studio

abstract ledge
peak ivy
#

i wanna know

abstract ledge
#

use ur one finger next to ur thumb and ur thumb

#

like make a gun with ur hand

#

thumbs up and the pointy thing when ur trying to sign language a 1

dim axle
#

You're missing the point: it's not about what you see, it's about the fact that it must been seen. These operations do not verbalize their outcomes. The functions that perform these operations do. It is about improving the contextual readability of your code

peak ivy
#

yes

abstract ledge
peak ivy
abstract ledge
#

yes

peak ivy
#

what next

abstract ledge
#

wait is index the pinkey or what I forgot

peak ivy
#

index is finger right after thumb

marsh summit
abstract ledge
#

ok now

peak ivy
#

ok wat next

abstract ledge
#

make ur index a bit rotated

#

don't dislocate urself

#

just make it go down a bit

peak ivy
#

bit rotated ??

#

what does that mean

abstract ledge
#

go down a bit

#

make ur index finger go down a bit

peak ivy
#

i cant

dim axle
peak ivy
#

wym down

abstract ledge
#

like a thumbs up

#

but ur index is a bit open

peak ivy
#

yes

abstract ledge
#

not fully open

#

ok now

peak ivy
#

is there a pic or vis for this

#

on the internet

#

u learnt from?

abstract ledge
#

bruh

abstract ledge
#

but like

peak ivy
#

can u show

abstract ledge
#

i make my own visualization

#

bc ppl visualize it so ass

peak ivy
#

bc u explain it ass

dim axle
#

Your visualization is most likely incorrect

abstract ledge
abstract ledge
peak ivy
#

alr thanks

abstract ledge
#

I'ma draw it

peak ivy
#

ty

abstract ledge
#

it's not that one

#

im not saying this

dim axle
#

Or CFrame:Orthonormalize

abstract ledge
abstract ledge
abstract ledge
#

or ill just explain but roblox studio style

#

@peak ivy are u in the studio

peak ivy
#

nah

abstract ledge
#

ok just try to visualize this

peak ivy
#

im on phone

abstract ledge
#

u ever use weld right

peak ivy
#

alr

#

ye

abstract ledge
#

imagine part1 and part2

#

part1 is rotated

#

wait before I continue

#

inverse is just like the reverse of the rotation thing

#

so like part 1 being rotated multiply part1 being rotated but used as inverse is just the same as nothing is rotated

#

bc it's just like the reverse

#

ok so now

abstract ledge
#

everytime u multiply it with it's inverse srlf right?

#

@peak ivy

#

self*

#

@peak ivy @peak ivy

#

u are sleeping not cool

peak ivy
#

wait

#

wat r u explaining

#

which function

abstract ledge
#

im explaining what is inverse first

#

:Inverse()

#

so basically it just the reverse rotation of a part

#

so when a part rotated like 10,0,0 it becomes -10,0,0
this is an easy visualization, it's supposed to be in matrix but u will get confused but kinda same thing

#

so now

peak ivy
#

alr i get that

abstract ledge
#

imagine part1 and part2

#

part1 is rotated

#

now u want to know where is part2 going to be in the local space of part1

#

what that mean is

peak ivy
#

yes

abstract ledge
#

it wants to know like

peak ivy
#

i know what local space is

abstract ledge
#

imagine u weird part1 and part2 and part2 is unanchored

#

and u did the rotation

#

where part2 is landed is where the local space position is

#

inverse does it

#

so basically it like

#

wait let me think how to explain it

peak ivy
#

so wat r u explaining now

#

is this still inverse

abstract ledge
#

the part inverse multiply by part2

#

like local space position

#

ok wait let me reexplain

#

it's hard to explain but once u know it it'll be easy to understand

abstract ledge
#

imagine part1 and part2

peak ivy
#

ts why the function exists

abstract ledge
#

hard to explain, easy to comprehend when u get the flow

dim axle
#

Nothing inherently easy is hard to explain

abstract ledge
peak ivy
#

draw picture

abstract ledge
#

bro if I just get Roblox studio and code something fast

abstract ledge
#

🙏

dim axle
abstract ledge
#

I'm trying to draw 2d

#

i messed up

#

just imagine it as 2d ig

#

basically

#

still works

dim axle
#

I recommend working with vectors before you try to approach this, @peak ivy

abstract ledge
#

bro

#

dont

#

man

#

don't listen to him

#

he is unhealthy for your brain

abstract ledge
dim axle
#

You can relate these operations to more digestible and intuitive ones

tired ledgeBOT
#

studio** You are now Level 25! **studio

abstract ledge
#

what's the matrix for the red arrow to go to the yellow arrow

#

the local space

dim axle
abstract ledge
#

bro im just going to send 1b3b video

dim axle
abstract ledge
#

I mean 3b1b

dim axle
#

💀

#

Dude, you're choking

#

You don't understand what you're saying

abstract ledge
abstract ledge
#

boy

#

i sometimes get mixed up

abstract ledge
#

I just visualize it myself

peak ivy
#

ok so ehich vid

abstract ledge
#

he want u the hard way

#

im trying to give u the easy way but he want to make ur brain crash

peak ivy
#

💔

peak ivy
abstract ledge
#

@peak ivy look at the first one then second one then the matrix multiplication one

#

I mean linear multiplication

#

itll open ur mind

peak ivy
#

alr

abstract ledge
#

bc what I imagine it is like a new coordinate system place thing for each rotation of the part

peak ivy
#

wym new coordinate system

abstract ledge
#

so when u inverse it then multiply it to another part called part2, that part2 is placed in the part local space or smth so it looks like its rotated but it's just math changing the position

abstract ledge
#

the video I sent

#

itll answer ur question, u will see the i hat j hat getting stretched will make u understand more

abstract ledge
#

I MEAN TRANSFORMATION

peak ivy
#

or stv the function is

abstract ledge
#

not multiplication

peak ivy
#

so i dont have to think of all ts

abstract ledge
#

like bro u will eventually think it unconsciously

dim axle
#

You're acknowledging that it is something that must be known

abstract ledge
#

don't listen to ziffix he is unhealthy

peak ivy
#

yes boss

dim axle
#

It is far easier to understand the functions over the underlying math. They explain themselves

abstract ledge
#

ziffix want ur brain to be limited instead of being smart

#

he is unhealthy

#

HE IS UNHEALTHY

dim axle
#

It's clear this was an ego-flex attempt 💀

abstract ledge
#

@peak ivy this guy will prove it's not ego flex

#

and see it's actually easy

peak ivy
#

alr lemme watch vid

#

and come back

dim axle
#

I understand how it works

abstract ledge
#

Ok

dim axle
#

I understand that is foolish to not use the functions anyways

abstract ledge
abstract ledge
dim axle
#

If you want mental stimulation, learn matricies and be happy

peak ivy
#

wait

marsh summit
#

this whole thread has the same vibes as "why drive a car when you can walk"

peak ivy
#

whcih video do i watch

abstract ledge
peak ivy
#

theres too many vids

dim axle
#

It's ultimately irrelevant to the average Roblox developer

abstract ledge
#

that's a car

#

🥺

peak ivy
abstract ledge
peak ivy
#

and smarter

dim axle
#

That's your choice. Once you are, you'll realize it was never about being above average

abstract ledge
#

we don't want to be stupid forever

marsh summit
abstract ledge
#

bro

dim axle
abstract ledge
#

roblox free

#

brain free

marsh summit
abstract ledge
peak ivy
abstract ledge
#

u want us to be dumb not smart smh regov knows the flow

abstract ledge
peak ivy
marsh summit
dim axle
#

This guy speaks about having an innate ability to visualize matrix operations, but cannot grasp ad absurdum

peak ivy
#

idk

marsh summit
peak ivy
#

normalface

#

@abstract ledge

#

which vids

abstract ledge
marsh summit
#

it's the same as why use math.lerp when you can just write the formula manually

dim axle
abstract ledge
#

and u can visualize on what I mean by coordinate system if we talking about local soace

#

space

peak ivy
#

when u do it manually

dim axle
abstract ledge
#

maybe not for everyone but it's not complex dawg

#

if I get into my studio and start using weld and rotating with my explanation then I can explain it super simple

dim axle
marsh summit
#

why use a blender when you can just use a knife?

marsh summit
#

why use a mixer when you can just use a whisk with your hand?

dim axle
#

Just stop, man 💀

abstract ledge
abstract ledge
marsh summit
#

why use an espresso machine when you can just use a kettle?

abstract ledge
#

there's benifit

#

benefit

peak ivy
#

idk

marsh summit
#

why use a stove when you can just use a firepit?

abstract ledge
#

for learning what that means bc it's so easy

#

there's benefit

#

like regov said, more aura

dim axle
marsh summit
dim axle
#

Code should not be written with aura, lmfao

abstract ledge
marsh summit
#

op is saying you shouldn't use the mixer when you can whisk manually

abstract ledge
peak ivy
#

pyro hot

dim axle
abstract ledge
#

hot

marsh summit
#

why buy furniture when you can buy wood from a hardware shop and assemble it yourself?

dim axle
#

Reddit ahh programmer mentality

marsh summit
#

i mean it's not hard

peak ivy
abstract ledge
peak ivy
#

versace eros aura

abstract ledge
dim axle
marsh summit
#

why use a drill when you can use a hand drill? you have more control fingerguns

peak ivy
#

swy amber aura

#

top tier cologne

abstract ledge
peak ivy
#

i recommend it

#

all girls love it

#

and men

marsh summit
#

why use a lawnmower when you can just use scissors?

abstract ledge
#

so it's homosexual

#

binary perfume

peak ivy
#

basically

marsh summit
#

why use perfume when you can just simply not shower?

abstract ledge
#

pyro is ragebaiting

marsh summit
peak ivy
abstract ledge
#

my question has aura u not

peak ivy
#

wait

#

what doss that mean

marsh summit
#

humans emit pheromones funfact

abstract ledge
#

it means my question is auralistic

marsh summit
#

that is your 'perfume'

peak ivy
abstract ledge
marsh summit
#

it has been naturally selected by evolution over millions over years, do you really think whale vomit smells better than human pheromones would?

#

apparently the answer is yes

abstract ledge
#

yeah but a whale can't poop in a toilet

peak ivy
#

we smell like bananas prolly

#

we have 60% shared dna with banana

dim axle
#

Pheromones will smell better to a potential partner. It communicates a dissimilar immune system which will help build stronger system for offspring

#

Biology is nuts

dim axle
#

This is basic knowledge 💀

peak ivy
abstract ledge
peak ivy
#

but we more intelligent

marsh summit
dim axle
peak ivy
#

so we attracted to good smelling shit

abstract ledge
#

so im convinced u chatgpted it

#

bro I have a theory that we are just monkeys

#

like

#

there's once a dumb and smart monkeys

marsh summit
abstract ledge
#

a group of monkeys split group to smart and dumb monkeys

#

dumb monkeys stays monkeys and smart monkeys evolve to human

#

and dumb monkeys is the monkey we knew today

dim axle
#

Certified rage-bait

peak ivy
#

whst about monkeys that are sverage

abstract ledge
peak ivy
#

like not stupid but not einstein level

#

do they work at the heaven factory like boss baby

abstract ledge
#

too

peak ivy
#

what u typing pyro fire

abstract ledge
marsh summit
#

why invent fire when you can just wait for a fire to start naturally?

abstract ledge
#

slowly becoming another monkey called orangutan

#

smarter than monkey

peak ivy
#

it js happen

abstract ledge
marsh summit
peak ivy
abstract ledge
#

why are u asking this question

#

why does a whale fart in a tank

peak ivy
#

and all the good smells from various plants

abstract ledge
#

why does a person fly with hotwheels

marsh summit
abstract ledge
#

they got no aura

peak ivy
#

no

abstract ledge
#

pyro is so auraless dawg

peak ivy
#

theyre different

#

pyro is matrix agent

abstract ledge
#

yes

peak ivy
#

make sure we stay in the matrix

#

and dont escape

#

like the movie

abstract ledge
#

pyro came here to destroy our mind

peak ivy
#

leave us alone

abstract ledge
#

don't wanna make us learn how things work

peak ivy
#

exactly

abstract ledge
#

just wanna do the shortcut because with unimaginable power in our mind can cause serious damage to others

peak ivy
#

yes

abstract ledge
#

pyro

peak ivy
#

what is bro typing

#

holy shit

peak ivy
#

yo time to press the enter key

abstract ledge
#

I will go now and regov

#

ok

peak ivy
#

stop typing out ur essay

abstract ledge
#

so basically

#

if u send this

#

no one will see it

#

and u will waste ur time and I want to poop

#

ok

peak ivy
#

cya normalface

abstract ledge
#

wait i poo

#

ok bye

peak ivy
#

bye

abstract ledge
#

WAIT

peak ivy
#

i wanna read wat this guy wanna say

abstract ledge
#

I WILL DELETE THIS SUGGESTION ONE PYRO SEND IT

marsh summit
# abstract ledge part.CFrame:ToWorldSpace(cf) [literally just part.CFrame \* cf] part.CFrame:ToO...

why use cframe:toworldspace / toobjectspace when you can just write the math manually? the same reason why you would drive a car despite having legs to walk, why you would travel instead of just relying on uber or doordash, why you would read a book instead of watching the movie, why you would use a mixer instead of manually whisking, why you would use a stove instead of a firepit, an espresso machine instead of a kettle, why you'd buy furniture instead of getting raw materials and constructing your own, why you'd use an electric drill instead of a hand drill, why you'd use a lawnmower instead of scissors, the answer is the same for every single one of these: Time, effort, cost, aka convenience. You'd do one or the other depending on time, effort, cost, compared against what you're trying to do, and most of the time, just like why you'd use math.lerp instead of writing the formula manually, for the cframes it's just to save you time and effort. Convenience, basically.

peak ivy
#

NO DONT

#

dont delete

abstract ledge
#

ok

peak ivy
#

very insightful thread

#

others csn learn

marsh summit
#

it's really not any more deep than that.

abstract ledge
#

less effort means stupider

#

I was right

#

u want us to be stupid

peak ivy
#

damn bro

marsh summit
# abstract ledge

tl;dr sir this is a roblox dev guild, just put the fries in the damn bag.

abstract ledge
#

no I put gold bar and diamonds in the bag

#

because i put effort

peak ivy
abstract ledge
#

fact

#

sometimes u wanna change the math a bit instead of using fixed one

peak ivy
#

yea

abstract ledge
#

more clear, gives more idea because the math is there

#

instead of just seeing the function, u can't even make an idea or something

#

yes

peak ivy
#

like for tbe furntuiture example

#

shat if i wanted to make very hard couch

#

with diamonds and dtuff

#

i can do that if i buy the raw materials

abstract ledge
#

fr or like

#

instead of buying an automatic toilet butt washer

#

u learn the manual way

#

im using pyro analogy

peak ivy
#

@marsh summit

#

come back

#

boring without u

#

say sum

abstract ledge
#

wait dont

#

pyro will yap again

#

I want to watch Minecraft video

peak ivy
#

alr cya

abstract ledge
#

bro just yapping at this point 🙏

thick tide
#

yes

#

to world space

#

is accoding to the origin

#

if you just do it like what you typed

#

it wont be world space

#

thats basic

abstract ledge
#

u js yapping again

thick tide
#

you dont know?

#

alr

#

whatever

abstract ledge
#

the function means the part cframe worldspace version

thick tide
#

ok

#

👍

abstract ledge
#

the coordinate system is in worldspace

#

do u understand now @thick tide

#

ur saying ok like u dont understand

thick tide
#

👍

abstract ledge
#

ok

knotty stirrup
#

think about what you are about to type

abstract ledge
#

bro what complex actions like perfect movement etc

knotty stirrup
#

dont

knotty stirrup
#

I dont know what the others do

#

Nor what that one does

knotty stirrup
abstract ledge
#

do u know what's the question 🙏

knotty stirrup
#

Of course there are tutorials on what they do

knotty stirrup
abstract ledge
#

both does cool thing

#

but why does it exist if u can do it without it and it's less typing

#

and make us more smart instead of limiting

knotty stirrup
abstract ledge
#

u won't know how a cframe works

#

what happen if u multiply smth with a cframe

#

or what is inverse

#

it's like so limiting

#

and its shorter to not use the function

#

shorter to type + not limited makes u smart

knotty stirrup
#

Ok so I searched on google and those functions help you with some things that are hard to do manually

abstract ledge
#

bc imagine using the function, u won't get a creative way of thinking on how to do something

knotty stirrup
abstract ledge
#

how is cf times cf is hard

#

or inverse of cf times another cf

#

it's like 10x shorter

knotty stirrup
abstract ledge
#

I mean 2x

abstract ledge
#

how is it hard

#

u said it's hard, how the hell cf*cf hard

knotty stirrup
#

What is hard?????

abstract ledge
#

and the other stuff

abstract ledge
#

bro u copy pasted at google and doesn't even read the google answer

#

ts ragebait

knotty stirrup
knotty stirrup
#

You dont need to calculate cf*cf

#

You need to calculate other stuff

abstract ledge
#

how does cf*cf hard too

abstract ledge
#

what others

knotty stirrup
#

Its like I asked 3+6 = ? and you said 34 + 96 = 130

abstract ledge
#

bro is high

knotty stirrup
#

you are answering a different question

abstract ledge
knotty stirrup
#

You said how those functions help

#

Not if they are easier or not

abstract ledge
abstract ledge
#

read your googled answer

knotty stirrup
abstract ledge
#

noob

abstract ledge
#

ur just dumb

knotty stirrup
knotty stirrup
#

thats what the things are for

#

calculate this manually using code

#

it takes more lines than just ToWorldspace and ToObjectSpace

#

bro

#

@abstract ledge Why did you just go

#

ok,,,

marsh summit
marsh summit
#

bruh, you don't need to know how a car works in order to drive a car

#

the same as you don't need to know matrix math in order to apply cframes to achieve some game mechanic

#

it's just gatekeeping and lording yourself over others like "look at you how cool you are knowing cframe math you don't need the functions" like okay.... sorry how many roblox games have you released?

#

and that's the point - it doesn't matter if you do it the easy way or the hard way. it only matters that you publish games and game content.

#

and if you want to do it the hard way - totally fine - but there's no reason to force this on others.

abstract ledge
#

ur a noob

#

(b.pos-a.pos).magnitude

#

noob

marsh summit
abstract ledge
#

u don't need to know how matrix work to know inverse

#

u just need to know reverse of the rotation

abstract ledge
marsh summit
#

why not write out the pythag formula in full manually? there's no reason to have .magnitude

#

like it's the same logic

abstract ledge
#

just square root everything

#

add

#

I mean

#

square

#

square everything

#

add

#

then square root

#

this one is useful bc it's short

marsh summit
abstract ledge
#

unlike those function I mentioned

abstract ledge
#

ur not getting my question

#

noob blue role 😤

marsh summit
#

if you don't need the real distance and only need a distance comparison, you don't need the square root

marsh summit
#

so you can save a math.sqrt call

abstract ledge
#

cos

#

what's ur point

marsh summit
#

like, this is the situation you're describing where you do the math manually - and yes, sometimes these cases exist

#

it would be nice if roblox had vec3.MagSqr where it returns the magnitude without sqrt'ing it

#

but it doesn't matter

marsh summit
#

i'm still going to use .magnitude even if i don't need the real distance because it's simply convenient

marsh summit
marsh summit
abstract ledge
#

shorter

#

how did I answer the question

knotty stirrup
abstract ledge
knotty stirrup
#

you have the answers on google

abstract ledge
#

b.pos.x and a.pos.x and add everything too with the y and z

#

and u get it

abstract ledge
knotty stirrup
abstract ledge
#

bro

abstract ledge
#

how does that answer the question

knotty stirrup
abstract ledge
#

wdym more lines of code

#

which one are u referring to

#

which function

knotty stirrup
abstract ledge
#

reply to that message

#

bro invented gabil theory

knotty stirrup
# abstract ledge yeah

THIS MESSAGE, YOU REPLIED TO ME saying your methods of calculating are easier rather than using functions

abstract ledge
#

but I didn't agree more line and less effort

knotty stirrup
#

I swear your name might be Karen

abstract ledge
#

u need context

#

I mean easier to instantly know what ur doing

knotty stirrup
abstract ledge
#

u didn't even read the above message before u even typed

#

if u read it, u 100% will know what yes I'm saying to

knotty stirrup
abstract ledge
#

not your message

#

my message

knotty stirrup
#

There are about 600 messages in this post

abstract ledge
#

before u type smth

knotty stirrup
#

I am not going to read all of that

abstract ledge
#

and it's my message

#

it's like l10 msg up

#

10*

#

like ur first message then 10 message up or something

#

if im not wrong

knotty stirrup
abstract ledge
knotty stirrup
abstract ledge
#

bro those are the same thing with cf times cf or cf inverse times cf

abstract ledge
abstract ledge
knotty stirrup
#

If I said to my math teacher to caluclate 3*3 like this 3+3+3+3+3+3+3+3+3 I would be banished

abstract ledge
#

ur telling a cpu to do it

knotty stirrup
abstract ledge
#

how is cf*cf hard

knotty stirrup
#

So you are going to be doing this (3+3) instead of this 3*2?

knotty stirrup
abstract ledge
#

bro don't act like ur counting it manually

#

using the function feels literally the same

#

but more annoying

knotty stirrup
abstract ledge
#

I tell the CPU to calculate the math for me

#

not a function

knotty stirrup
#

That aint hard

abstract ledge
#

are u slow

knotty stirrup
abstract ledge
#

bro

#

@marsh summit u see this guy

knotty stirrup
abstract ledge
#

if u don't know what it means

knotty stirrup
#

Like right now tou are just talking nonsense

abstract ledge
#

bro ur proving my point

#

those function just made u dumber

knotty stirrup
#

Ok?Stop wasting our time then?

abstract ledge
#

no

#

it's how I prove my point

knotty stirrup
#

I want to animate something so im going to leave you alone?

abstract ledge
#

the more u say smth the more my point is proven

#

it's like ur a test subject and im the scientist trying to prove the disease works like this

knotty stirrup
abstract ledge
#

leave me alone now

#

or something

knotty stirrup
#

attention seeker?

abstract ledge
#

im not closing the post dawg

knotty stirrup
abstract ledge
#

ok go back to animating man

#

im not pinging anymore

knotty stirrup
abstract ledge
#

^^^ attention seeker

knotty stirrup
abstract ledge
#

it's like when I stopped typing, this guy mouth can't shut

#

ur pinging me with my replies but ok

#

ima watch minecraft video

knotty stirrup
#

now if I try to shut your mouth you are going to say I pinged you

#

Ok im out

#

pregnant emoji for real?

marsh summit
# knotty stirrup pregnant emoji for real?

this thread is ragebait at this point, they just want to pedestal themselves over anyone who responds to this thread because no matter what the response is, they can just say "yeah but i know the math so im better than you and you dum needing the built in functions"

#

it's really that simple

#

so don't waste your energy

#

no answer will be "satisfying" other than praising, bowing, and scraping at this guy because they know the math, that's all they want from this thread

#

just an ego boost

knotty stirrup
#

thanks 👍

#

dont worry I gave up on talking to that guy

marsh summit
#

but hey it's roblox you should learn to expect that from people

#

kids will be kids 🤷

knotty stirrup
#

No mather what I said he kept refusing so im just going to ignore him

#

DO NOT DARE TO TYPE BRO

abstract ledge
abstract ledge
knotty stirrup
abstract ledge
marsh summit
#

and you're just reinforcing exactly what i just said

abstract ledge
#

blue role

#

hey u are a blue role ok

marsh summit
abstract ledge
marsh summit
#

no one cares

knotty stirrup
abstract ledge
#

i just think ppl put less effort

#

making them dumber and less creative

abstract ledge
#

like gabil

#

he take the less effort mind

#

now he doesn't know that toworldspace and cf*cf is the same thing

marsh summit
# abstract ledge i don't think im better dawg

what other kind of narcissistic question is "I know the math, so why does roblox need these functions?" it's textbook narcissism. you know why it's there, but you just want to hear people say "ok ur better than me coz u know the math"

#

and the reality is no one cares

knotty stirrup
knotty stirrup
#

If you do, I do too

abstract ledge
#

and short

marsh summit
knotty stirrup
#

So you have no right to make me dumb

abstract ledge
abstract ledge
#

if u don't care why are u even here trying to answer with your opinion, I want a true answer

abstract ledge
#

since u said u don't care then ur opinion is biased

#

I need someone who uses both or something

#

and who actually cares

#

boy

#

blue role and yellow role except me

abstract ledge
#

mines probably bigger than u

marsh summit
#

so ya like i was saying this just an ego thread

abstract ledge
#

no

abstract ledge
#

I want an actual satisfying answer

marsh summit
#

idk about you but i think enough time has been sunk here

abstract ledge
#

bro ur answer is so bad and the analogy too

knotty stirrup
abstract ledge
knotty stirrup
#

Therapist lie to you so you feel better

abstract ledge
#

bro u go to the therapist

#

ur being mad at me and u don't know toworldspace and cf*cf is the same

abstract ledge
#

and this is literally the topic of the thread

#

and other stuff

#

and u said u don't care

#

so why are u here

#

🙏

marsh summit
knotty stirrup
marsh summit
#

bro's baiting so hard

abstract ledge
#

not gabil answer

knotty stirrup
#

stop pinging us we wont praise you nor anything

abstract ledge
knotty stirrup
abstract ledge
#

u kept replying

#

dumb

knotty stirrup
#

you replied to us when we were talking

abstract ledge
#

u typing, I didn't ping

#

I DIDNT PING U JUST TYPED AND SENT IT

#

😡

#

mad

marsh summit
abstract ledge
marsh summit
#

so i guess you could say yeah i am the master of cat fishing

abstract ledge
#

im going to fish you

marsh summit
#

i train them well fingerguns

abstract ledge
#

ur cat is actually a man

#

then

#

ima not continue I almost said something bad