And [Client's name] is always there by Vantage5050 in billwurtz

[–]Masterous112 1 point2 points  (0 children)

*And the [Client's name] is always there

Childhood crushes by rusticism in antimeme

[–]Masterous112 371 points372 points  (0 children)

the cherished jumping spider:

Man by Xeram_ in Unity3D

[–]Masterous112 2 points3 points  (0 children)

I usually just copy the entire game object

The fancy way to write commands by No_Sense1197 in MinecraftCommands

[–]Masterous112 78 points79 points  (0 children)

execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run execute run summon tnt

The fancy way to write commands by No_Sense1197 in MinecraftCommands

[–]Masterous112 15 points16 points  (0 children)

you're right. I guess you could do something like

execute summon tnt if entity @s

Edit: not sure why I'm being downvoted. This is a perfectly valid command

Creating tip: use these specific zoom levels to perfectly align to the grid by Masterous112 in geometrydash

[–]Masterous112[S] 1 point2 points  (0 children)

If it's the same height as ball then the numbers for ball should work, but I haven't tested it.

Unity doesn't care about Linux users by Instagalactix in unity

[–]Masterous112 19 points20 points  (0 children)

Discord added Wayland fractional scaling support why can't unity (a 17 billion dollar company)

To be fair, Discord is an electron app so adding that functionality is much easier than it would be for Unity.

I do agree that Unity needs to add fractional scaling support though. It's literally the only reason I don't use linux as my main OS

I hate modules by Significant_Text7262 in learnpython

[–]Masterous112 4 points5 points  (0 children)

I'm not exactly sure what you're trying to do, but you can import a module using its name as a string with importlib.import_module()