[URGENT!] Players can crash all players at free will in an experience, and the server as well

As the title says, players are able to crash servers and all the players inside of it at free will. I am unable to indentify by what cause they are crashing the game, but I have attached a file for moderators to view. Read this comment: [URGENT!] Players can crash all players at free will in an experience, and the server as well - #3 by AlgodooUser123

This is happening in our game: Furry Fandom: Hangout - Roblox

Here is a video of what happens: (Skip further in the video): https://www.youtube.com/watch?v=2qmxtCyiDeY

( I have attached the crash log in the message)

A private message is associated with this bug report

8 Likes

awesome pawsome, ive been having the same issue hopefully this gets fixed soon </3

2 Likes

I’ve only seen this happening after some animation crash exploit was made public.
I’ve found the github to it here: https://github.com/0zBug/Crash/tree/main
This is most likely NOT causing this, but It may be more evidence towards on what’s going on.

EDIT: This is the supposed crashing script that appears to be used:

local Players = game:GetService("Players")

local LocalPlayer = Players.LocalPlayer
local Character = LocalPlayer.Character
local Humanoid = Character:WaitForChild("Humanoid")

local Animation = Instance.new("Animation", Character)
Animation.AnimationId = "rbxassetid://84315373"

local Track = Humanoid:LoadAnimation(Animation)
Track:Play()

Alright I’ve just tested it. It appears this is the script that’s causing it.

1 Like

This was confirmed by the person that was crashing, I reached out to him and he told me that was it.

He even demonstrated it inside a private server.

Oh ok. I knew it was this script that was causing it.

same situatition going on in my game lmao

1 Like

honestly astounding how sad people are to crash games on roblox loll

Thank you again for submitting a bug report for this issue. Our engineering team has patched the issue and we have confirmed with @bewarethepaws that he is no longer able to reproduce.

4 Likes

EDIT:
Sorry about that. Didn’t realise It was on my end. UWP just wasn’t updated for me.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.