Whatâs the thought process of Instance.fromExisting
? As in why the idea of adding this would be useful in practical usage.
its useful if you donât want to run :ClearAllChildren() right after making a clone (which could possibly waste some memory?)
other than that i have no idea
this is actually awesome, and i love how many changes here actually really improve things all around. thanks for these changes!
Weirdly enough, this is for FFlagEnableControlsEmulator
I would assume so, considering that it âclonesâ the instance, but doesnât include the children.
As of this update, replication (StreamingEnabled) has apparently just broken, at times completely stopping from streaming-in an area.
Yes, as with :Clone
, UniqueId
and some other internal properties are not copied where appropriate. It also cannot copy protected Instances like Players and Instances which have to be created in a specific way like DataStorePages.
Itâs appropriate to simply think of it as âclone but without the childrenâ.
Note: This has to ship on all platforms before becoming available so itâll be a few weeks.
Cannot wait for âThis will not be released to users at this stage.â
never seen in my life a meme in a official devforum post.
If you keep an eye out for the more subtle ones thereâs actually quite a few of them out there.
update log 2 of asking for mouse side button input support
BANNING APIS POG, hopefully we can ban alt accounts too
what does this even mean
Would there be a brand new service or new methods for the Banning players system?
I mean the astronaut guy is still alive so I guess they might not be
Good question, if it was a service, that would probably be included in the notes but I donât know, hopefully itâs something as simple as player:Ban() and youâre done with it ngl. The first person to make a ban manager plugin with this is also gonna be mega rich
Right now they are methods for the Players service:
This of course might change though
EDIT: Fixed typo
Oh itâs a method of Players (and not Player?). It wouldnât make any sense for it to be a method of Player because, how do you unban a player if the player canât join the gameâŚ?
Expected it to be a service though