whozproxy
whozproxy
  • 10
  • 2 169

Video

Roblox volumetric lighting test #IFellOff #Fart #Skibidi #roblox
zhlédnutí 73Před měsícem
used an old version of volumika as a reference. Gonna update it some more hopefully fix some of the density issues and aspect ratio issues
infectious smile break into end area with just sign
zhlédnutí 11Před měsícem
infectious smile break into end area with just sign
Discord Database bot
zhlédnutí 1,2KPřed měsícem
I made this for keeping track of my anomic bank
Road To Grambys LittleBoy Nuclear Bomb
zhlédnutí 10Před 2 měsíci
still WIP using a pie gun system almost 1:1 scale of littleboy just a little bigger
Roblox Semi-Realistic Holo Sight
zhlédnutí 83Před 3 měsíci
Sadly, I don't think I can make it any more realistic. I'm not the best at math. Thanks for watchin!
Roblox Realistic Dual Render scope VS Glass Ball Scope | SIDE BY SIDE
zhlédnutí 191Před 3 měsíci
Roblox Realistic Dual Render scope VS Glass Ball Scope | SIDE BY SIDE
Roblox Realistic Dual Render Scope
zhlédnutí 383Před 3 měsíci
So, I optimized it more. What I'm planning on doing is adding more optimizations but, that will require me to rescript some stuff. But, it'll be worth it! EDIT: Gotta redo some parts of the scope and gotta redo the gun system. Found out, after reset, it breaks everything. FIXED THE SCOPE BUT TIME TO REWRITE THE GUN SYSTEM!!
ROBLOX DEADLINE 0.22.04 UPDATE PERSONAL REVIEW
zhlédnutí 97Před 3 měsíci
ROBLOX DEADLINE 0.22.04 UPDATE PERSONAL REVIEW
Roblox Dual Render Scope Showcase
zhlédnutí 122Před 3 měsíci
for my game I'm working on. Everyone renders on client so the server doesn't strain. Made it where it doesn't render depending on the angle of the camera and the distance of the player. Gonna do some more optimizations. And as you can see it is still WIP.

Komentáře

  • @user-rg7fx6yc1s
    @user-rg7fx6yc1s Před 9 dny

    can you help me with volumetric lighting stuff

  • @user-rg7fx6yc1s
    @user-rg7fx6yc1s Před 9 dny

    cool

  • @Al_phaOmega
    @Al_phaOmega Před měsícem

    I saw #skibidi and wantsd to kill myself, GOOD SHIT THOUGH

  • @sammaxjorden
    @sammaxjorden Před měsícem

    command prefix should be "?" cause of queries.

  • @51cle
    @51cle Před měsícem

    pretty cool :0

  • @h5e
    @h5e Před měsícem

    Thats awesome

  • @chonkydog6262
    @chonkydog6262 Před měsícem

    You're not using slash commands

    • @whozproxy
      @whozproxy Před měsícem

      It doens't have to be slash commands I'm pretty new to discord bots

  • @omarnajwa7885
    @omarnajwa7885 Před měsícem

    Thats really cool, could you share the code or explain how you did it?

    • @olivergrim7634
      @olivergrim7634 Před měsícem

      its pretty straight forward

    • @whozproxy
      @whozproxy Před měsícem

      Basically, I use the startswith function and then if it was like $new then I would add the data to an SQL database. It’s basically just a visualization of an SQL database.

  • @callmehahnaf4005
    @callmehahnaf4005 Před měsícem

    I have a question How do you add eye relief onto the scope?

    • @whozproxy
      @whozproxy Před měsícem

      You just have to get the distance of the players head and size it based on that!

    • @callmehahnaf4005
      @callmehahnaf4005 Před měsícem

      @@whozproxy thank you

  • @okjf
    @okjf Před 2 měsíci

    tutorial?

  • @kenpalarold9476
    @kenpalarold9476 Před 2 měsíci

    If this is made with viewports you can prolly make a neat thermal scope with that.

  • @kenpalarold9476
    @kenpalarold9476 Před 2 měsíci

    That is really impressive!

  • @Genthman
    @Genthman Před 2 měsíci

    tutorial?

    • @whozproxy
      @whozproxy Před 2 měsíci

      Might make a tutorial soon or when I finish the game!

    • @Genthman
      @Genthman Před 2 měsíci

      @@whozproxy would be much appreciated thanky ouu

  • @Pandochka234
    @Pandochka234 Před 2 měsíci

    You can make a tutorial?

    • @whozproxy
      @whozproxy Před 2 měsíci

      I’ll make a tutorial when I’m finished with my game!

  • @David_KAYA
    @David_KAYA Před 2 měsíci

    WOAH MAN!! Keep cooking. By the way, are you making this scope code for an activity or for a game?

    • @whozproxy
      @whozproxy Před 2 měsíci

      I'm making it for my game and for practice! Thank you for the comment!

  • @Isu-Ware
    @Isu-Ware Před 3 měsíci

    thats clean

  • @SentientShades
    @SentientShades Před 3 měsíci

    how do you make it not lag at all 😭

    • @whozproxy
      @whozproxy Před 3 měsíci

      It took a lot of optimization and bunch of failed attempts. Im currently still adding more optimizations

    • @SentientShades
      @SentientShades Před 3 měsíci

      @@whozproxy whats your pc build?

    • @whozproxy
      @whozproxy Před 3 měsíci

      @@SentientShades pcpartpicker.com/list/sqB8Cd My siblings play on an older PC that isn't eligible for Windows 11 and it still runs fine! Also, I've tested it a bunch and It works fine with 3+ scopes activated at once!

    • @SentientShades
      @SentientShades Před 2 měsíci

      @@whozproxymy friend was saying it’s running well because you have like 3 4090’s (and then I reminded him Roblox is cpu based). he’s been trying to create one for awhile and he’s made good progress with his optimization but it’s still too laggy to be practical (40-60 fps ), can you give me any tips? Like what frame rate are you rendering the background

    • @whozproxy
      @whozproxy Před 2 měsíci

      @@SentientShades One thing he can do is have a separate render of the map and never update it as the map is not gonna change. I personally am currently adding that to my scope. Instead of using renderstepped I’m using a while loop that repeats after 0.025 seconds. It clears then draws. My gpu is pretty good but, it is not as good as the 4090. EDIT: another tip that I forgot to say is to make sure you’re not starting a new forloop every time inside of the other loop.

  • @hayden6188
    @hayden6188 Před 3 měsíci

    no realeas?

    • @whozproxy
      @whozproxy Před 3 měsíci

      I might give it out free later but not currently. Maybe once I'm finished with my game!

  • @whozproxy
    @whozproxy Před 3 měsíci

    This doesn't use image textures. Instead its using a surface GUI that moves the reticle based on how the camera moves.

  • @nawixiusOMG
    @nawixiusOMG Před 3 měsíci

    i love those scope shaders

  • @nawixiusOMG
    @nawixiusOMG Před 3 měsíci

    it was maded using viewports or glass balls?, bcs i like too much the scope shaders

    • @whozproxy
      @whozproxy Před 3 měsíci

      It was made using viewports and lots of optimization. That is how I made the scope more detailed.

  • @aa2816playz
    @aa2816playz Před 3 měsíci

    Pretty cool!

  • @someone404notfound
    @someone404notfound Před 3 měsíci

    how to get a lot of money like you

    • @whozproxy
      @whozproxy Před 3 měsíci

      You gotta play a lot. I earned my money from ssniping and doing cqb over like 3-4 days