Hard to explain (Having a weird issue, Play the game to see what i mean)

Ok Im making a game. Its a simulator called MMS Monster Massacre Simulator. And there is something odd with it. Everytime I play it it works perfectly. Though when other people do it doesn’t at all. It is hard to explain so play and you will see the issue.

https://www.roblox.com/games/7121508276/MMS-Monster-Massacre-Simulator?refPageId=5f072afe-8a5d-46e7-aeb4-efdcbcf0857d

Edit: Its an issue with the script. And it does fall under this catagory since its a script issue and I can only show you the issue if you play the game.

Can you please try to explain it a little? Do you mean theres a replication error, is it raising syntax errors or logical errors, etc? I understand it may be hard to say what’s happening, but you can draw it, post videos, etc. Also, you’re not providing us with any code, so it’s extremely hard to say what’s happening.

We’re happy to help you if you atleast try to make it easy for us to understand what you need help with.

Ya. Sorry. Whats happening is if i play the game normally all the game mechanics work. Though if some other player plays it, nothing works. It would be best if you could quickly join and see the issue because it would be a lot easier and less time consuming.

Next time could you spare some time and elaborate about whats wrong, I am on mobile right now and can hardly do anything, thats why.

Otherwise I would’ve helped!

Oh ya sorry bout that doesnt work on mobile forgot to say that…

Edit: Honestly I really want to get the issue resolved because this entire week of me working on this game I have had 0 progress and all i have been doing is fixing and debugging things and it is kinda wearing me down.

I’ll check it out tomorrow then

1 Like

Ok, so firstly that is still EXTREMELY broad and helps nobody. What mechanics? Is it jumping, walking? Is it a prebuilt function? Whats the actual error? You can video it.

Also, the place is private. So, please video the error and show it to us

Alright. Sorry i’m just very frustrated and inpatient right now. Ill try to explain as best as I can. When I join and play the game normally on roblox everything works. The game is where you start off with a stick and you have to fight mobs and sell their souls to get coins and get better weapons. When I play the game normally on roblox everything works. I have a stick, I can fight mobs and everytime i kill them they give me the respected amount of souls in the leaderboards and when I kill them the object dissapears. Now when simeone else joins, they can kill the mobs and get no souls and when the mobs die their parts just fall apart and don’t despawn. I don’t know what is wrong, what script isn’t working, or anything really about the issue.

Are you using RemoteEvents and handling everything on the server? If not, I’d recommend you start using them. In addition, use Debris and add the item as soon as it’s made, so they have a set despawn time and don’t clutter memory

So I should add a remote event to everything? (Atleast the things that matter)

You should only run these things on the client:

  • Movement
  • Inputs
  • GUIs

everything else can be done on the server

ok thank you


omg tysm. The remote events WORK!!! THANK YOU!!!

And uh now kinda odd but when I play it, it doesn’t work for me though when I tested it it works for other people which I am fine with.