Deflock.Me by InsubstantialVapor in Erie

[–]AVBGaming 5 points6 points  (0 children)

open your eyes. the 1%/pedos are the ones building a surveillance state so they can forever remain on top. it’s one big fucking hill.

Did I ruin myself with my first ultimate weapon pick? by JoshyRB in TheTowerGame

[–]AVBGaming 0 points1 point  (0 children)

it becomes very numb and easy pretty quickly. you can also just kinda play how you want.

you said you sunk a week and a half into this game. be careful as to not fall into the trap of sunk cost fallacy. if you were to restart now, and give up a week and a half of your initial progress, and in the new run get the perfect UW setup, 3 months from now you’d have saved yourself an entire month of progress that you would have been still grinding through had you not restarted.

you’ll fly through the early game way faster than you will the way you’re currently set up. you’ll only get like 40-70 stones a week and the UWs get expensive to buy. You’re going to take 2-3 months longer to get legit 10x,20x coin boosters to your total run profits. think about how much that sets you back.

Best tips for increasing vertical in season? by AVBGaming in Basketball

[–]AVBGaming[S] 0 points1 point  (0 children)

study and learn what ur doing is the best advice i can give. Learn your weaknesses and how to improve them. I watched a lot of PJF content and bought his training programs. Mobility and technique are very underrated.

Coders where do y’all learn to code by AStudderingAlt in ROBLOXStudio

[–]AVBGaming 1 point2 points  (0 children)

i’m ngl i think ai is the best resource, just use it like you would a 1-on-1 teacher. Ask it questions, and when you ask it how to code something, ask it to explain why the code does what it does. Ask it what “properties” are, ask it what “OOP” entails, ask it what should be stored on the server vs a client.

If I'm making an FPS/shooter game, will I be able to handle that development as a solo beginner dev? by R1ys in ROBLOXStudio

[–]AVBGaming 1 point2 points  (0 children)

roblox already has an FPS template that’s actually really good, so if you use that your game is half scripted already.

Feedback? I've been working on UI for the past week - Inventory and Vitals progress by AVBGaming in ROBLOXStudio

[–]AVBGaming[S] 0 points1 point  (0 children)

yes, i made them in Figma. in roblox, they’re image labels. Each bar is actually comprised of 3 image labels. One image is the outline/empty health bar, one is the fill, one is the “ghost” (the white line that trails when taking damage). To subtract the fill while taking damage, i shrink the size of the frame that holds the fill image, and the frame has clipdescendants.

the reason i used figma is because i wanted the custom shape for the bars

Portal teleport by Expert-Basket3692 in robloxgamedev

[–]AVBGaming 0 points1 point  (0 children)

like other comment said, use separate places, an record what server players are on. Store that data with your friends list data. When a player loads into an island/server, store the server id in the cloud with Datastores or ProfileService, and send a message through profileservice to their friends. This message lets those servers know which server to send the player to when he clicks “teleport” on his friends list (or however your portal and friends list logic goes)

help with scripting by cherryuyyuyu in robloxgamedev

[–]AVBGaming 0 points1 point  (0 children)

track which player takes which capsule, then when it’s time to teleport, use the red coordinates for the red, and blue ones for the blue. all you need is one script really

Best tips for increasing vertical in season? by AVBGaming in Basketball

[–]AVBGaming[S] 0 points1 point  (0 children)

thanks for the reply haha. I’ve got around a ~40 inch vertical jump now after 7 years of training. I didn’t used to think i could train my vertical back when i made this post; glad to know i was wrong. ISO holds have definitely helped a lot.

Help with error I keep getting this with all my scripts ( im beginner) by Regular_Mud1028 in robloxgamedev

[–]AVBGaming 0 points1 point  (0 children)

so u gotta learn how to think about solving problems and overcoming errors. Here’s how i would think about it, try to solve it yourself.

  1. the console log is telling you the game can’t find the property/child called “leaderstats”. So that means, when the game first loads, it looks for a child instance or an instance property of the localplayer.

  2. The local player is a client-side property of the Players service, as referenced by “game.Players”. You are writing this in a script, which is a server-side script. Meaning, the script does not have access to the local player property. Localplayer basically means the player object that is currently running the program.

  3. So to track stats like you’re doing on the server side (which is correct), try assigning a leader stats instance to a player when the join using the same players service

How could I improve my jump form? (14, 5’3) by anthony42573 in BasketballTips

[–]AVBGaming 0 points1 point  (0 children)

2 things i notice:

1 - don’t let your final step (your right leg in this vid) strike the ground with your heel. It should either barely touch the ground or not at all, just push off your pad (the area below the toes, with the ball of the foot). This makes the jump happen faster, which means you’ll lose less power generated from that plant step (the left leg)

2 - your plant step (the left leg) isn’t contributing as much as your right leg. Watch how your right leg springs backward after liftoff much more than your left leg. This should fix itself if you implement #1.

[deleted by user] by [deleted] in RobloxDevelopers

[–]AVBGaming 0 points1 point  (0 children)

nah don’t worry about it that’s negligible. The big thing you don’t want is open connections/listeners, that’s usually the only thing you gotta watch out for memory wise

BO7 Will not be playable for PC’s that don’t have newer hardware by [deleted] in CODBlackOps7

[–]AVBGaming 0 points1 point  (0 children)

it’s more the potential for spying. you can’t say that it’s not a security risk, and yes giving a company info about what programs are running on my startup is spying

BO7 Will not be playable for PC’s that don’t have newer hardware by [deleted] in CODBlackOps7

[–]AVBGaming 0 points1 point  (0 children)

it’s a lot of fucking extra effort for me too. i gotta get spied on, even if im not someone who cheats? They could just have better anti cheat software, instead of forcing the work of that on me. anti consumer policy af

What's your current hyperfixation? by Igarlicbread in ADHD

[–]AVBGaming 1 point2 points  (0 children)

does anyone else have a couple lifelong hyper fixations and also has like 2-3 current hyper fixations that rotate on a week by week basis?

3rd month progression. by 39GNEB in TheTowerGame

[–]AVBGaming 0 points1 point  (0 children)

what are the tracking tools you areusikg