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

How to make a part change color?

Asked by 2 years ago

Sorry for the title, it wouldn't allow my standard title. Me and my friend are making a game MMORPG game and we have been experiencing issues. For instance, one of our main problems is the interface. When I would do something on my script, my friend couldn't perform the same action on his side. For example, my double jump script only worked for me, and not him. My combat script only worked for me, not him. If anyone knows why this is happening, please tell me. Secondly, animations. I know this is a well-known problem on the studio, but if there is any way to share animations, and make them compatible with both players, please tell me. When I use his animations in a script, they don't play.

local anim = script.Animation
local play = hum:LoadAnimation(anim)
play:Play()
-- this code would not play for me, because it isnt my anim

I know this wouldnt work, its just an example.

0
Make sure it is the correct type animation. Use ROBLOX animation creator to make animations. LocalScript might help you for the gamepasses issue, because LocalScript controls everyone. Lastly I don't really know what should I say Xapelize 2658 — 2y

1 answer

Log in to vote
1
Answered by 2 years ago
Edited 2 years ago

I think you should really make a group where both of you have edit permissions, save the place under the group, upload the animations there and both of you should now be able to see the animations play. Other than this, I don't know any other way of doing it.

0
Thank you for answering. This problem is extremely aggravating, and your response helps! Hopefully it works. I'll accept your answer if it does ssgmalachi 52 — 2y
Ad

Answer this question