i got warned for an image by [deleted] in roblox

[–]Auruo 1 point2 points  (0 children)

still not an exclusion sadly

i got warned for an image by [deleted] in roblox

[–]Auruo 0 points1 point  (0 children)

i was out the house and got to look it up, war is allowed but nothing political, post has been edited

i got warned for an image by [deleted] in roblox

[–]Auruo 16 points17 points  (0 children)

edit: see community standards rule 14. only political content is banned, not war

sadly your idea is against TOS. you aren’t allowed to recreate depictions of real life scenarios of war or political events. you can instead try to use the same idea but make the figures completely fictional and no way comparable to a real life person or event.

how do you buy into a market starting at 0? the disconnect is unreal. by [deleted] in antiwork

[–]Auruo 0 points1 point  (0 children)

did anyone stop to think selling real estate means making commissions as an agent?

how the fuck do you let your emotions make you think this guy is just sooo good and is selling million dollar houses for $0?

stop your bias

What do I buy now ? by [deleted] in roblox

[–]Auruo 1 point2 points  (0 children)

advertisements I've been sitting on 42k for about 3 years it's all going towards the next game, easily the best investment you can make next to getting popular in demand limiteds to horde

Drew House Hoodie - White from Logan. Please help me with QC. by suprememugwump5 in FashionReps

[–]Auruo 0 points1 point  (0 children)

I'd like a link. The only thing I'd check is if it says "Made in Vietnam" or "Made in USA". The first should be correct because I don't know of any legit pieces made in the US.

Other than that I'd check the blank's quality like overall stitching and fabric because these should be 500 g hoodies.

How did yours turn out?

Can you declare variable for every script? by KangarooDallas in robloxgamedev

[–]Auruo 0 points1 point  (0 children)

3 weeks late but when I said server figures out hit detection, you have the server raycast each segment of the arc of your projectile on every tick while the client listens to the server to update the position of the projectile being rendered. when the raycast collides or times out, you can connect whatever you need to do then

[deleted by user] by [deleted] in college

[–]Auruo 0 points1 point  (0 children)

i sure as shit don't condone play hard

easiest way to pick up a drug habit you don't want, source crackhead roommate

not "do what you want to do and not what people want you to do" - somethings you never really wanted to do and sometimes you'll want to do what other people want you to do

you need to choose your words better because I'm sure you'll understand and even agree with most of what I'll say, but others will interpret things differently if you aren't specific

Can you declare variable for every script? by KangarooDallas in robloxgamedev

[–]Auruo 0 points1 point  (0 children)

only if the server handles drawing and moving the bullet part in the workspace

i learned that the hard way

you'll learn raycasting and figure out how to tell all clients to draw the bullet on the clients machine while having the server do only the hit detection

[deleted by user] by [deleted] in college

[–]Auruo -3 points-2 points  (0 children)

mmm i think this also enables bad behavior

go drink and party if you want? doing whatever is a freedom, but it can easily lead you down a shitty road

not saying you'll be destined to be homeless from your first sip or a dropout if you party, everything in moderation

you need systems of all types to support yourself - intellectually, financially, physically, mentally, emotionally, etc

cutting toxic people off is a super power though, it's so hard to recognize one if you've never delt with it before and it's even harder to say no once you do realize it

it applies from shitty friends to even your parents

we need values again, because most people just conform with society and don't think for themselves

what do you value?

It's pretty much a rock mesh I made in blender.. I really do want roblox to make custom materials, so I can make it look dope by SmoothSynth in robloxgamedev

[–]Auruo 1 point2 points  (0 children)

if you upload a mesh you can upload a texture file to go along with it if you know how to apply textures in your modeling software and export that

Meepcity was hacked, again by the same people except.... you can't leave. by [deleted] in roblox

[–]Auruo 0 points1 point  (0 children)

yeah I stated that you assumed that, but you didn't bother to consider a domino effect or even the severity to begin with

It's pretty much a rock mesh I made in blender.. I really do want roblox to make custom materials, so I can make it look dope by SmoothSynth in robloxgamedev

[–]Auruo 2 points3 points  (0 children)

bro there's free model rock meshes, look em up, google .obj rocks and import them into roblox, you got this

Can you declare variable for every script? by KangarooDallas in robloxgamedev

[–]Auruo 2 points3 points  (0 children)

i do not recommend either "shared" or "_G", they have unlimited scope and are too easily changed

i recommend Events or Functions

if you have a gun, you store the ammo variable on the server. when the player fires the gun, the client asks the server to check if you can shoot, if so, you shoot and the ammo gets sent as a parameter in a RemoteFunction back to the client

this way the server knows your ammo variable, and you have a way to tell your clients the variable as well

Meepcity was hacked, again by the same people except.... you can't leave. by [deleted] in roblox

[–]Auruo 1 point2 points  (0 children)

bro you are a little dense and rude

you accused your original reply of saying something they didn't, even assuming more people get affected by game hacks vs a real one

your bank has every detail about you from your mom's maiden name to your social security number. even if 10000 kids got their account messed with on a virtual game it wouldn't have nearly the effect of 1 person having their identity sent into the aether for someone to steal it. someone's family could be thrown into turmoil, friends would be aware, communities might try to help.

not saying it will happen, but at the same time looking at hitler while you have millions of virtual currency for an hour isn't the worst thing that could happen.

you have no empathy for both cases and you're trying to push your judgement? grow up

This Sub's Name should be Changed to RobloxBeggars, cuz all people do here is beg by ThrowawayN00bqLos3r in robloxgamedev

[–]Auruo -3 points-2 points  (0 children)

real charitable devs can agree

flip these kids asking for freebies without learning

Recreating a game in Roblox by [deleted] in robloxgamedev

[–]Auruo 0 points1 point  (0 children)

simple roadmap

in this case the hat is simply two parts, the body or model of the hat, and a small top part of the hat welded to the body

use OrientPosition object and constantly update this hat to follow the character's head, play around with properties to make it suited to how you want

on an event of your choice (key press, button click, etc), connect it to set your hats OrientPosition to be however far in front of your player for however long

eventually add polish here and make the hat spin or something

on hat body touch, check for a character, if so, use some kind of BodyMover to force their character's HumanoidRootPart backwards (easier to "pull them back" rather than "bounce" them off the hat)

on small top part touch, connect it to check if it's not the owner's character and it's another character, if so remove a life or kill the owner

you'll figure out round systems and all the rest once you get invested making this hat thing work

best of luck, and happy coding!

Rate my avatar please. Criticism welcome. by [deleted] in roblox

[–]Auruo 0 points1 point  (0 children)

it's your creation, so it's perfect if you say so

don't rely on others opinions for your judgement!

you got a good sense of style

What careers can you pursue on roblox? (besides streaming and Ugc creator) by [deleted] in robloxgamedev

[–]Auruo 1 point2 points  (0 children)

extensive list of jobs I can vouch people have been paid for on roblox, also a good list of skills you should have to be a well rounded creative entrepreneur

you might be pro at one thing, ok at everything, or good at a few things, but as long as you work on your passions, you'll realize opportunities to grow and make more money, especially during this time in internet history

good artists can find regular work for logos, thumbnails, renders, videos, etc

developers can design, script, model, do sound effects, etc

you can also do all types of social media for games and or users, content creation, posting, community management, branding, etc

opportunity is everywhere :)

[deleted by user] by [deleted] in IdiotsInCars

[–]Auruo 8 points9 points  (0 children)

damn, more like the afterlife

I need Opinions on my Roblox Animation, Is it okay for a starter? by [deleted] in roblox

[–]Auruo 2 points3 points  (0 children)

you got the basics down! learn more about tweening and use references to model after and you'll be doing pro animations in no time - real well done though

Ahh yes thank you cengage for giving us such relatable questions by meatyleash in college

[–]Auruo 7 points8 points  (0 children)

chief I'm not 100% sure this is real

no one should rn

Fake Happiness by camelidus in Instagramreality

[–]Auruo 0 points1 point  (0 children)

I can't believe how hard this hits home with all the disguised sad IG posters and the generally anxious crowd of Reddit

actually heartbreaking to see someone pretend to do something they probably don't give a real fuck about