-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Little Writing Changes to Humanoid Page #1006
Conversation
Updates the ChangeState method description, in order to let the users know that It only works on the NetworkOwner of the character side (If the NetworkOwner is a player, It must be done using a localscript owned by that player. If it's server, must be done in a server script
Updates the ChangeState method description, in order to let the users know that It only works on the NetworkOwner of the character side (If the NetworkOwner is a player, It must be done using a localscript owned by that player. If it's server, must be done in a server script
Updates the ChangeState method description, in order to let the users know that It only works on the NetworkOwner of the character side (If the NetworkOwner is a player, It must be done using a localscript owned by that player. If it's server, must be done in a server script
I made some writing changes to the Humanoid page. I know that the ChangeState() method has a long description, but I believe it is easier for beginners to understand.
content/en-us/reference/engine/classes/ChangeHistoryService.yaml
Outdated
Show resolved
Hide resolved
content/en-us/reference/engine/classes/CreatorStoreService.yaml
Outdated
Show resolved
Hide resolved
Turns out I didn't actually commit your changes from the previous pull request (I just resolved the conversation), so I applied them here instead. This looks good to me now... please post a thumbs up if you agree and I'll merge it. :) |
Seems perfect to me |
Changes
In short, I made some changes to the Humanoid page, changing Function word to Method in methods, etc.
I'm aware that the description of ChangeState() is long, but I believe it's easier for beginners to understand.
I have done this Push before, I am just making some changes.
Checks
By submitting your pull request for review, you agree to the following: