#⌨coders-cave
1 messages · Page 8 of 1
I died
I’m not a coder
So bye
print("ඞ")
console.log("yee")
hi i want to make a mod. but i have some question: how do i start? and which languages do i need to know?
#🔧modding-talk can help you with that
Hi all!
Is there a mod that allows nations to nuke/chemical weapons eachother
Tips to learn CSS?
Just use it a fuck ton tbh
Or ig if you want stuff to look decent quickly you could use bootstrap
Hm
i learned flex box with flexboxfroggy
cant post link
Do anyonw have an idea bout worldbox pathfinding
example humans dont going outside of the city borders
what kind of algortihm for this
Could anyone give me a short explanation on how to make a mod if possible please
#🔧modding-talk would be better for this
count<<"Sus"<<endl;
JavaScript
pretty much any language except JavaScript
c++
😫
from datetime import datetime
print(“The date and time is “ + datetime + “!”)

Does anyone here know processing?
It’s a java program and I need help with smth
Or not
Lmao doesnt know what processing is
holy shit
people nowadays name their library like people saying normal things
did you use fork?
yes i did
have you tried pillow?
no i haven't
how's your processing doing?
good
Is maxim ever excepting unpaid interns for world box, I need to get some experience in video game development.
processing is not a library
Look for companies not indie game devs
HELLO!
It is i
A guy who can't cancel a block of code
Help
Python
Why does it not cancel the final block when none of the requirements are met?
because that's not how you do it
if state == x or y or z:
that's wrong
it should be
if state == x or state == y or state == z:
this is right
Wdym?
i mean its wrong
What's wrong with it?
empty string == false, not empty string == true
that's how python sees it
so what you typed is
if state == "not good" or True or True:
as i said it should be like this
that's the correct way of using or
Works ¯_(ツ)_/¯
I don't like Stackoverflow. Please don't beat me :(((
how to be a bad programmer: ^
or ```py
if state in (x,y,z)
easier but kinda slow
cause tuples
If code not work:
Work
do you know what coding is
The power to explain to Google what kind of error you're getting
If you’re even better
You wouldn’t explain error since you would google working solutions from the beginning
guys my granny is not breathing is it normal?
Have you tried turning her off and on again?
L
@ashen sphinx #🤖bot-commands
It is, the three 9 yr olds I have in my basement aren't breathing either
turn them off and on again
id do state in [x, y, z]
Too slow, use tuple for that instead 
Or even better, use set for that juicy speed 😳
if you are looking for speed you wouldnt be using python
and i was trying to explain the basic way of chaining conditions
why are you using the repl 💀

oh lol nice
why not?
i suppose could use ipy/jupyter if they wanted
very minimal difference in reality
set is actually slower, huh interesting
oh nvm hah
there is seemingly minimal difference
yeah
inconsistent differences
I use ipython for heavy use case of interpreter
otherwise i use normal repl
because ipython have those auto complete and suggestions
Using repls seems so weird
Ehy would you want to code in a command line
I mean for small things sure
But for like anything over 10 lines
👀
im too lazy to open vim
not the place to ask this
lmao ip geolocation info is useless. My ip tells I'm in while another city compared to where I actually am
yeah it kinda depends on the isp
any syrian ip address will just show Damascus as the location
I have I think DNA as my isp and it just shows Helsinki as the geolocation
My home isp shows the city the isp is based and it's pretty small local fiber company so it's kinda accurate
YO REI wassup
so i go to this website
and there are all those text right
how do i get "share_url":"https://folioscope.co/xxdhxxanimates/2155861" from there with python
if title:
title = title.text```
i trie this code
turn the json into a dictionary
and then pick whatever you want
do i just, dict(text)
there is an issue
{'last_animation': {'id': 2166678, 'creation_timestamp': 1667260219, 'update_timestamp': 1667260219, 'title': 'collab!', 'preview_url': 'https://1b-f.s3.amazonaws.com/a/181401-D076BDC8-3046-43D6-8C30-C0BEFFD3DAFB-0-1667260227.png', 'gif_url': 'https://1b-f.s3.eu-west-1.amazonaws.com/a/181401-D076BDC8-3046-43D6-8C30-C0BEFFD3DAFB-0-1667260227.gif', 'posts_count': 12, 'likes_count': 12, 'share_url': 'https://folioscope.co/flipnoteboi/2166678', 'duration': 0.07999999821186066, 'user': {'id': 181401, 'username': 'FlipnoteBoi', 'enhanced_username': 'FlipnoteBoi', 'role': 'basic', 'profile_picture_url': 'https://1b-f.s3.amazonaws.com/u/181401-1663595922.png'}}}
this is whats it trying turn into a dictionary
it doesnt look like it can turn into a dict
File "C:\Users\DELL\Desktop\Pythonstuff\FolioStats.py", line 27, in <module>
for url, soup, post_url in pool.imap_unordered(
File "C:\Users\DELL\AppData\Local\Programs\Python\Python310\lib\multiprocessing\pool.py", line 870, in next
raise value
KeyError: 'share_url'```
this is the error
dictionary["last_animation"]["share_url"]
cuz this didnt work
and with this it said:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\Pythonstuff\FolioStats.py", line 27, in <module>
for url, soup, post_url in pool.imap_unordered(
File "C:\Users\DELL\AppData\Local\Programs\Python\Python310\lib\multiprocessing\pool.py", line 870, in next
raise value
TypeError: 'int' object is not subscriptable
apparently this is called a nested dictionary which i didnt know
just find the right one
i will try
You get an integer then try to get something from it? 🤨
how do i not try to get something from it
{"id":2155861,"creation_timestamp":1664582485,"update_timestamp":1664582485,"title":"Spooky season!","preview_url":"https://1b-f.s3.amazonaws.com/a/185667-9D9D7252-D640-4066-B034-CD39292FA34F-0-1664582485.png","gif_url":"https://1b-f.s3.eu-west-1.amazonaws.com/a/185667-9D9D7252-D640-4066-B034-CD39292FA34F-0-1664582485.gif","posts_count":0,"likes_count":4,"share_url":"https://folioscope.co/xxdhxxanimates/2155861","duration":0.07999999821186066,"user":{"id":185667,"username":"XxDHxXAnimates","enhanced_username":"XxDHxXAnimates","role":"basic","profile_picture_url":"https://1b-f.s3.amazonaws.com/u/185667-1662348434.png"}}
this is what id is
i think
there are two ids in this dict could that be the problem
What are you trying to do
There is this dictionary
And im trying to get the "share_url"
Isnt that what this does
Yes
But it said raise value and stuff
Did it?
lmao turns out it worked the first time i just parsed some extra urls too
I have a problem
dic = {'first_animation': {'id': 2155861, 'creation_timestamp': 1664582485, 'update_timestamp': 1664582485, 'title': 'Spooky season!', 'preview_url': 'https://1b-f.s3.amazonaws.com/a/185667-9D9D7252-D640-4066-B034-CD39292FA34F-0-1664582485.png', 'gif_url': 'https://1b-f.s3.eu-west-1.amazonaws.com/a/185667-9D9D7252-D640-4066-B034-CD39292FA34F-0-1664582485.gif', 'posts_count': 0, 'likes_count': 4, 'share_url': 'https://folioscope.co/xxdhxxanimates/2155861', 'duration': 0.07999999821186066, 'user': {'id': 185667, 'username': 'XxDHxXAnimates', 'enhanced_username': 'XxDHxXAnimates', 'role': 'basic', 'profile_picture_url': 'https://1b-f.s3.amazonaws.com/u/185667-1662348434.png'}}}
and i do dic.keys()
and i get dict_keys(['first_animation'])
how can i only get 'first_animation'
That method is used to get the dict's keys
And what are you trying to do this time
Getting this 'first_animation'
From this
Using this
Why would you
And i want it to be 'first_animation'
Instead of ```dict_keys(['first_animation'])``
Because its better that way
Then get the first index
Are there indexes in dictionaries
Wait you can't get items by index? 💀
Lazy solutions, but it's exactly what you wanted
It can cause an error if the dict is empty tho
Or just convert it to a list and use that 
bad
dict in new py version is ordered by the element insertion order
so
so not reliable
key value pair is never reliable index because hash
and yeah catgal way works 💀
but do note index is non-existent on hash structure
dic = {"user_with_most_features":{"user":{"id":166931,"username":"Zebrarto","enhanced_username":"Zebrarto :lion_face:","role":"basic","profile_picture_url":"https://1b-f.s3.amazonaws.com/u/166931-1667381593.gif"},"count":6}}
print(dic["username"])
why does this not work
nvm i made it work
so i have this dict with a list inside it
{"lionized_users":[{"id":180351,"username":"Bega","enhanced_username":"Bega 🦁","role":"basic","profile_picture_url":"https://1b-f.s3.amazonaws.com/u/180351-1653842880.gif"},{"id":166931,"username":"Zebrarto","enhanced_username":"Zebrarto 🦁","role":"basic","profile_picture_url":"https://1b-f.s3.amazonaws.com/u/166931-1667381593.gif"}]}
how do i get all the "username"s from it
okay i managed to only get that list inside it and use it as dict
but there are two usernames in this dict and i can only get one
how do i get both
someone help
how can this dict have the same keys in the first place
I've been using Windows 10 IoT at my internship and damn the documentation is bad
some of the stuff there's 0 documentation about and it's impossible to know what exactly it does
🤨
How do i
Google exists
https://www.w3schools.com/python/python_for_loops.asp
But it's just looping over the list and getting the dict from it, then getting an item from the dict. Like
L = [{"name": "Bob", "age": 19}, {"name": "Jane", "age": 21}]
for person in L:
print(f"Name: {person['name']} | Age: {person['age']}")
cave pretty dead
Smh
someone here oh this cave is dead
its not like you'd know a lot about this cave
the cave of coding
ur mum
Bro created the account today
Is worldbox using DOTS?
no comment
it is because i cant be racist to java anymore ;(
Who said you cant
You can be as racist as you want
Because your opinion will always be wrong anyway
Привет
Why would it be pronounced yava 💀
Bro my childhood has been ruined
I always thought its mojang
Always called it that
Fuck it Im deciding it isnt moyang
Anyone who says otherwise is a hater
sweedish
Finland better
"jave" "C+
it is mojang
it ain't moyang by any means
only in some languages
prob spanish and sweedish
what language do world box mods use
c#
use a grenade and kill both anyways
If you take out long long sword you can get both
@barren shale can you rate my vscode theme 
POV: you have been programming for two weeks
No time to waste on things that don’t matter
All you need is prettifier and thats it
Maybe an icon extension too
Be a chad
Spend more time downloading extensions
Than actually using them
I have no idea what extensions I have and im sure I use only 5% of them
e
<#include <iostream>>
<using namespace std;>
<int main() {>
<from datetime import datetime>
<console.log(“the date and time is: “.. datetime ..”!”)endl;>
<}>
Ty
you must be new
actually i am new to programming yeah
yeah in the long run you'll probably remove all those themes and just settle in for the most minimalist setup lool
i used to have all my IDEs monogatari themed
but kinda hard to set it up everytime i change pc
i only put it on as a joke at like lunch or something cause i was bored
im still in high school doing programming related classes
hence the spaghetti code
The fuck is this
Why are you using arrows everywhere
These new guys smh
php
and if you had eyes, you would see that theres actually 5 languages in that one piece of code
No assembly
Smh
whar
I think you misspelled stupid
Brooo
Thats not how you say that
I think you meant "thats a weird way to say stupid"
It would have been way funnier
Smh
You heard me
There is no assembly in there
Thus i do not accept it
fr
Wtf is this
its a
fun fact : @barren shale is the third last word in arabic alfabet
Oh hey you guys are playing color words?
Mhm
I think lua is cursed
I mean i tried to write hello world and it acussed me of crimes agains united nations
I think there is sth wrong

Can anyone please tell me how to use nsmc in Android mobile
Writing in lua is a crime against humanity by itself
if guh == true then
print("guh")
end
bug fixing
local guh = true
if guh == true then
print("guh")
end
Making lua was the first war crime
Has there ever existed a program that created more of the same programs then those programs would MAKE MORE?
I need some help
I slapped an ssd into my pc but now all the crap on my hard drive isn’t showing
Why is this so high quality
whats the mod that allows you to edit equipment??
Some deadass will tell you to go to #🔧modding-talk and that deadass is me
I hack into mainframe of joe's NVFRAM file and stole 69 user's password and then maxed out all their bank cards
then leaked gta 6 AT THE AGE OF 6
that's how goated I am at hacking
sanest #⌨coders-cave member
nobody knows how to make time flow differently
how to be robx developer
step 1
learn programming
step 2 be nonce
step 3 somehow still be on the platform and actively grooming while making money
Is there anyone that comes to this chat that has any level of sanity left
Say my name
my name
NCMS be update to ver 14.3 cant use my mods in worldbox
.
Yeah, it's called viruses
yo moms a virus
😛
That would be you
Oha nediyo
Adımı oku
Zaten ona diyorum. .p
How to make a mew race
ey, can u code on a mobile devise i challenge u o do so
Do y'all do C# at all? In Unity?
I do
smh
should be a 4090 then
a not rich kid school
Why dis not work
n = None
x = "a"
while x == n:
n = input(" ")
if n == x:
print("yay")
else:
print("no")
print("bb")
Python
Ayy wait
OK it works now
Just had to change it into !=
My school laptop doesn't even have a gpu lol. I'm thinking of buying the laptop to myself after I graduate because schools here don't reuse old computers and just sell them for cheap
Then I'll just install Linux onto it and use it as my linux machine
#.
c# gaming
Chat nediyo ya
Someone who can help me from c++
Keboom

what
does it work?
Ye
then it is correct
I will make a mod about politics and religion
Guys whats the name of the music in this vid
#General failed me
Shazam failed me
Soundhound failed me
TYSM
Relatable
I don't understand the use of static
skill issue
F u
rude
Im going to make a code
<HTML>
<Title> ur mother </title>
<Body>
Hehehehhaahhahaaha
</Body>
</HTML>
when people use the word "code" they refer to programming but HTML is a markup language so
???
tf is <title>
you mean h1?
actually head
you missed head
Frick
I already forgot my html lessons last year
How can you forget html. It's like learning how to ride a bike
you learn it once and it's forever embedded to your muscle memory
yeah html is ez
Im built different
And my iq is -362782912984
vscode
yes im sure there's better things but it's open source and pretty damn good
you really did
as someone in web design right now that hurt me
I will learn roblox lua
i mean you can
im doing a web project and im at a creative roadblock 
i want to do something cool with it but i dont know what
Who knows how to make a macro in a word that closes only a document, not a program?
What an idea
Why would you try to fix the bug if you can just add comments to it 🙀
I added comments to this code and it worked perfectly 🙀🙀🙀🙀🙀🙀
Thanks man
i would never have known that you declared a variable in the first line. Thank you for pointing this out, this will change my life forever.
i would say 9 but there are no rules
fard
Hi
Hi
help,(im new to phyton btw) and whenever i pass a varaiable through a procedure it doesnt update, eg-i pass variable H with 5 as its value, into a procedure thats adds H with 1, but when i print H outside of the procedure its still 5 instead of 6
that's a feature
no specific amount but try to get to the minimum amount possible for faster training
i haven't done python in forever but are you doing H += 1?
god i can't remember like any py lmao
is there any way for the value to update?
sorry i didnt explain it well, it was H=H+!
10100011111000001100111110010011100100001111110000
Yes yes my favorite piece of dialogue: commented the code.
I'm stupid
Didn't realize what chat this is
,.
Pop corn in computer language-10101001010101011110101010
Hi everyone
I do not know bro
I tried to find a sulotion
But noting
Hazma
Help
Wait
But why does this work?
H = 5
b = int(input( ))
H = H + b
print(H)
And not
H = 5
b = 1
H = H + b
print(H)
???
that should work?
It does idiot me just forgot to check the fact that there's a quarter centimeter cover on the side of the screen of my phone
It kept showing 6 but I read it as 5 because of the cover on my screen
no need to be angry at me for your mistake, im still new
oh ok
Crap I feel bad now
nono its ok
Good luck with your coding experience btw
thnx
Most aggressive and heated argument between new coders in history
I made this meme while i was gone
If it would work according to your concept no matter what it would probably be the GOAT
Where is the WorldBox source code? I couldn't find it.
Guys, how do I make the cat move in Scratch
Huh
My gif is fone
Gone
Very sad
Oh wait i have a coding related question with my gif
Guys how do i take this gifs url
And print it????
In c#
This is very important to me
And i cant seem to figure it out by myself
So i had to share this gifs url here
Thank you in advance
Oh also anoyher question
How can i make a code that creates a random string that looks like it was typen by someone pressing random buttons
In python
And even more important question
How do i make a bot that constandly scraps a website between certain time gaps
Do i need a server or somhtng
find me a java programmer
Is this C# or Python question
I will find you something else
In my opinion I personally think that c# is bad
Go ahead my brother
It is your time to shine
Python is a legendary programming language
And you can't deny that
Because python is way easier then most programming languages
Thats is my opinion
and slower than most programming languages
Scratch is the superior coding language
Hamza this dude here thinks scratch is superior
Python is the most superior programming language in history of computers
Average new programmer's opinion
Okay guys I need all of you to pick a letter between a and f

D
Easily
All good words start with D
no
Idc im using it
regardless higher socks = better programmer
No
yes
lol
hi
Why does everybody hate JavaScript so much? A complete roast of JS that highlights the strongest criticisms against the world's most popular programming language.
#javascript #roast #comedy
🔥 Black Friday Discount
🔥 Use code BLACKFIRE at checkout for 40% off
💬 Chat with Me on Discord
...
damn
😳
ok.
Way too truthful
for some people
i started looking for time in my day
and i found a lot
like a lot a lot
I can't save any more time in my day
i have 0-3h of free time a day
on weekdays i mean
Мама твоя
write down everything you're doing in a day
trust me there's time
i used to be like you
but then i realized how much time i spend doing nothing
or aimlessly scrolling social media
holy shit guys on the comsci building really do this
malaysia
How do i escape just watching a bunch of tutorials 
I feel like I've been burning all my free time watching coding tutorials n shit for a couple months now and forget it all when i decide to try and start a project 
Are they women 
Current tier list
perhaps i should seeing them as women
So there really aren't that many chicks in comp sci 
Atleast i can feel good about having some chicks in my class 
User reported to the proper authorities!
@kind hollow get this too
⚠ Warned Animarama Yt 222#5504
ok
reverse a binary tree
I started to learn python, learned hello world and then gave up.
I used to do the windows version of bash when I was like
11
so probably echo none or something like it
var yourMother = mothers.First(x => x.Weight == 69420 && x.Ugly);
x = input("input: ")
public static void main(String[] args) {
sudo apt install Spotify
I aint sure tbh, but i know something in python or c# unity
I forgot but it was something like what Hazma made
Mine was key left = keyboard_check(vk_left)
Stomp stomp
MessageBoxA(NULL, "b", "b", NULL);
I gotta say, I love coding and making software. I hate work culture
coming to the office at 8 and leaving at 4 is literally the worst
and my boss expecting me to pe productive for the whole time
8 hours of work is way too much to be productive the whole time
I can stay productive for way more time if it's something that I am passionate about but it's impossible to passionate about every project at work
Same
That’s why I’m starting a business next summer
I hate being bossed around so I’m gonna be the boss 
I need to start getting enough money to support myself so I kinda have to stick around at work after this internship is over
I know they're gonna pay me fairly and all but I hate working this schedule lol
I've been thinking of maybe going to fire academy after vocational school and doing firefighting as my main job and as the schedule is 24/48 I can just use the 2 days off to work on coding projects
I also really want to go to university to get masters in cyber security but that's 5 years of my life
After that it would be cool af to work on doctoral thesis
I'd honestly love to go work in teaching or research
seems like so much more fun than development
i feel that there are too many ambitions that kinda cross each other
probably print("Hello World!")
Why is every coding tutorial always start with the print(“hello world”)?
wtf thats cringe
like
Hello world
is cringe
🤦♂️
Where did "Hello World" came from? Im learning programming (python) and i allso dont know where Hello world is from
Allso my English is bad so i have alot of misstakes in my messages:[
its mainly used in C languages to test settings where the person would just print the simple message "Hello, World!". I'm not sure who created it though
I wouldn't recommend it
it will never be of use
you should rather learn actual programming for actual games
Oh
Im just learning it for fun
Wanna try something else in studio than building
Problem with roblox game making is that it's pretty much as hard as making games with Unity or Unreal Engine. Only difference is that you get way less in return for making games
Roblox makes it hard to get your game to the hands of consumers and takes over 60% of the revenue your game makes
but if you use for example unity, you can make games completely for free, have more ways to advertise to consumers and get bigger revenue share
neither is easy but it's not worth it to use Roblox Studio
roblox is a scam
Thanks 👁️👄👁️👍
Okay.
Btw why does this chat called "coders CAVE"? Does they want to say that we are cavemans?!
What else are we?
Cavemans that can program
I allready created an image in my head:
A cave with a view on a forest. A round stone in the middle. On that stone placed a laptop. And near that laptop stands a caveman with a bear's skin weared.
XD〜(꒪꒳꒪)〜
this looks like a sd prompt
What AI is this one?
what language is that?
Polish
Scripter english
Impossible to understand to the untrained eye
Ah yes... the nerd cave
The world's largest cat measured 48.5 inches long.
Hey guys. I would like to make worldbox mods. or atleast learn about them. Where do i even start? What language does the mods use?
me when svelte is a good framework
but not much jobs for it
meanwhile react and angular has the most job requirements
Lol
What ai exactly?
Looks like MidJourney to me
Okay, thank
no its stable diffusion
midjourney has paywalls
just use this model https://huggingface.co/prompthero/openjourney
Looks like everyone left the cave and went to catch wild bags XD
(CAVEMAN REFERENCE)
We huntin for Wild scripts
Print(“Hello World!”)
How do you replace everything in the game with a giant donut?
And how do you remove all the powers?
and replace them with memes?
!set type all donut
Why?
Btw, how do i make greg to spawn? Ik where is the button but idk how to make him spawn
Pins in #🚑help-chat and read this channel's topic
O people!
It’s the simplest shit you could do
Im too dumb so i need help
With?
Idk
print("Big Balls")
Print(“ban k1dvar he said big balls”)
Why you all saying print commands?
🤓
NameError: name 'Print' is not defined. Did you mean: 'print'?

It's the easiest thing you can do
Fuck this pyton
Python is not hard
But i still dont understand why you all saying random print commands
@distant wraith how did you recolor text?

How?
Entendi foi nada
Hello people
Hi
You too
Nice
Im new hello hello new im
HELLO
Who?
mods?
You just did
D.e.a.d.c.h.a.t.
NO U!!!

I sent an atomic bomb on ur location...B̴̛͜E̴̕͢Ţ̷҇T҉̧̕E҈̡҇R҉̨̛ S̷͜͠T̸͢͡A҉̢͠R҉̡͠T̸̢͠ R̶̨͡U҉̨͠N̷͜͝N̶͜͝I҈̨͡N̵͜͡G̶̢̛
after this much testing I wouldnt even care if it worked or not
I would hate it either way
Nice
I did the same
Hehe
That you send an atomic bomb on my hou-
atomic bomb exploded and killed @Krir. Now @CRINGE LORD#7519 is wanted for killing alot of people. And now @Kiri#1635's ghost will hunt you.
Whole world is now hunting @CRINGE LORD#7519 for using illegal atomic launch.
that atomic bomb explosion caused an a earthquake that made tsunamis around the world.
allso that earthquake caused alot of volcanic activity that made alot of ash.
Oh opps
that ash will slowly close sunlight. That means earth will freeze
Is this what you wanted?
@lunar bear ?
Are you happy?
Ooh... Okay... So you are saying that you like killing pipl?
If I'm not wrong it's again rules. There is a rule about being mean to people. KILLING PEOPLE IS MEAN
Now ill call mods
👁👁
Lol
"survival in atomic winter. AKA S.I.A.W."
Survival game. Zombies ... Mutants... All that crap
Why mod didnt came yet?
breh im already making a phyton game like that
imma sue yah
lol
Lol
Hello 👋 are there any developers here
No, only nerds
O people!
Hi
Nerds here mate
yes I am developing new ways on how to cheat on tests
nice to meet you
im pretty sure the in doesnt get shortened
it just dissapears
S.I.W sounds better
S.J.W.
using System.Linq;
using Task;
using Vent;
using Light;
using Door;
namespace System C#{
class Systems
{
//Players
PlayerKill("You are now be killed");
PlayerIdiot("You are idiot haha");
PlayerMusicBox("Cool music box");
//Play Sounds
PlayAudioSound("PlayAudio.mp4");
WindMusicBoxMusic("Wind.mp4");
//Texture Loader
LoadTexture(>Load<, "Resources/ui/Textures/Texture");
}
}```
Coding be like
Lol
This must be c+#
Cuz its not c#
It litteraly says C#
Ded chat
It says:
namespace System C#{
which would throw an error in C#
Idk how C# works. Im python guy
well you should change to C#
It'd throw an error in python as well
As # means comment
As a python enthusiasts i know
;)
using System.Linq;
using Task;
using Vent;
using Light;
using Door;
namespace System C#{
class Systems
{
//Players
PlayerKill("You are now be killed");
PlayerIdiot("haha");
PlayerMusicBox("Cool music box");
//Play Sounds
PlayAudioSound("PlayAudio.mp4");
WindMusicBoxMusic("Wind.mp4");
//Texture Loader
LoadTexture(>Load<, "Resources/ui/Textures/Texture");
}
}```
This code you made doesnt work bro
Bro just found hot water
that moment of relief
when you made a working session in sveltekit
because most lib are either confusing or deprecated

🟣
🔵
I'm taking a dump while coding , always dreamed of this scene
🟤
Is this is a hacks 
Is this chat satire I can’t tell
i wish i could understand
⚠ Warned GuestTox#7644
omg
i can say night i can say no i can say naenae
this is a human rights violation
Why?
calm down
english only
⚠ Warned GuestTox#7644
Swearing again
🔇 Muted GuestTox#7644 for 30 minutes
Thanks
XD
I like to see kids rage. Its very funni
stfu u goofy lavachekiri dumbass
you're probably 8 and i'm insulting a kid rn
@coral gorge he is mad again!
13
that's even worse
🔇 Muted GuestTox#7644 for 1 hour
Thanks AMBER THE EMOJI
WAIT REALLY?!
HE ACTUALLY LEFT!?
@vernal onyx
I can ping him
So he didn't left
he literally did
cope = get over it
Ok
How are u so sure?
go check his mutual servers
How?
How check?
hi people
Hi
Navmesh


back to coding

whats actualis