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

I made a crawling script in team create. It only works for me, not my friends?

Asked by 4 years ago

I made a crawling script with an animation in team create. In studio when I playtest, it works perfectly fine. When my friends try it though, it doesn't work. The animation doesnt play but the script still runs, it only makes them slower, but doesnt play the crawling animation. I went into the main game on the roblox website and tried it for myself, and it didn't work. I published it like I always do, if someone could help as to why my animation doesn't play, please reply

1 answer

Log in to vote
0
Answered by 4 years ago

New Roblox Feature

Skip this part if you want to disable it

A new Roblox feuture was added a few weeks ago called "Collabritive Editing" If you everused git or GitHub before it may sound Familiar, Bassically it allow you to "Commit", "Merge", "Compare", etc. This allows for multple people to work at a script the same time. To do the before said stuff you need to open the Drafts Widget (View > Drafts Widget) and right click edited script and click a option

  • Commit: Commits the script to the server so everyone can see
  • Merge: If someone else commited the script while you were editing it, Clicking merge allows you to see differences and do stuff with them
  • Diff: Allows you to see differences between your version and the server's version (The Live version)
  • Discard: Discards the Draft, Undoing all changes and deleting it from the Drafts Widget

Disabling it

Go to Game Settings > Options > Collabritive Edting ( OFF )

More Info...

Ad

Answer this question