Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I go about making custom marble movement?

Asked by 5 years ago
Edited 5 years ago

I asked a question yesterday on how to put the character into a marble, which got answered, all went well until it came into implementing the custom movement, as I had an idea of:

Local script reigsters a key press, and sends a remote event, server script would respond to remote event depending on the key pressed

Would this work?

I'm aware on how to do it, I'm just unaware if this is a completely stupid and inefficient way of doing it.

0
What do you mean specifically by "custom movement"? SteamG00B 1633 — 5y
0
I mean WASD controls, that go forward, left, back and right respectively, whilst also having gravity LonelyScripter 4 — 5y
0
https://developer.roblox.com/articles/Roblox-Client-Server-Model says "If the part is created by a client and that client simulates physics, the resulting changes will get copied to the server." I'm not sure if that sort of thing could be a valid way to do it, or if the lag for that player and/or other players would be better, worse, or about the same as your idea. aschepler 135 — 5y
0
Thank you so much, I've now made a custom movement system using your help :D LonelyScripter 4 — 5y

Answer this question