Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## uuhhh
this s a fork of roblox-freedom-distribution

<h1 align="center"><img src="/Assets/Logo.png" height="20px"/> Rōblox: Freedom Distribution <img src="/Assets/Logo.png" height="20px"/></h1>

<p align="right">
<a href="https://github.com/Windows81/Roblox-Freedom-Distribution/actions/workflows/main.yml"><img src="https://github.com/Windows81/Roblox-Freedom-Distribution/actions/workflows/main.yml/badge.svg"></a>
<a href="https://matrix.to/#/#robloxfreedomdistribution:matrix.org"><img src="https://matrix.org/images/matrix-logo.svg" height="20"></a>
</p>


_Want to host your own Rōblox LAN parties? Looking for a way to deploy your Rōblox experiences, new and old, on your own machine?_

https://github.com/user-attachments/assets/483c4263-db43-4ec2-9243-b0b885e625f6
Expand Down Expand Up @@ -961,3 +965,4 @@ price = 1

<p align="center"><img src="/Assets/Logo.png" height="60px"/></p>


8 changes: 2 additions & 6 deletions Source/web_server/endpoints/avatar.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@ def _(self: web_server_handler) -> bool:
}
for item in avatar.items
],
"animationAssetIds": {
"run": 2510238627,
"jump": 2510236649,
"fall": 2510233257,
"climb": 2510230574
},
"animationAssetIds": {},
"bodyColors": {
"headColorId": avatar.colors.head,
"leftArmColorId": avatar.colors.left_arm,
Expand Down Expand Up @@ -177,3 +172,4 @@ def _(self: web_server_handler) -> bool:
"moderationStatus": None,
})
return True