chevron_leftchevron_leftchevron_left
    of     2   

TaaRt
#228407662Monday, December 04, 2017 12:22 AM GMT

Hmm, well I feel the essence is in the physicless instance. Whether you make a polygon out of really doesn't need to be an Instance of its own in my opinion since merely changing the size and shape shouldn't be a problem to begin with (as there's hardly and expense to it)
revofevguy
#228407854Monday, December 04, 2017 12:26 AM GMT

There will be less script strain from calculating the positions and orientation of the parts relative to the nodes in the case of the triangular plane instance compared to the physics-less part. A good studio update would bring both in any case. #code print('Goodbye world')
TaaRt
#228408323Monday, December 04, 2017 12:37 AM GMT

Attachments themselves require a physical part though, where a physicless Instance can be entirely on its own. It's not a lot of strain on a script if a position and orientation is set of a physicless part to begin with (and it won't be multiple nodes, just a single CFrame)
revofevguy
#228408680Monday, December 04, 2017 12:46 AM GMT

Well that's where the physics-less part is different. As I said in my op, I'm thinking of something more along the lines of a trail or beam instance, just changed to make a triangle between 3 attachments. They can't really compare with a physics-less part. #code print('Goodbye world')
revofevguy
#228408762Monday, December 04, 2017 12:48 AM GMT

I can house my 25 x 25 array of attachments in one single part and have them move independently (as I already have) It's just the polygons to connect to these attachments and make a wavy surface, using the array as nodes. Physics-less parts can't do this as efficiently is what I was saying. #code print('Goodbye world')
soutenu
#228409391Monday, December 04, 2017 1:05 AM GMT

it'd be easier to just add a property to basepart which would decide whether physics are calculated or not
TaaRt
#228409593Monday, December 04, 2017 1:10 AM GMT

Adding and removing a part dynamically from the event connections and such would be (much) more problematic than a new Instance that always lacks these connections to begin with, soutenu
128Gigabytes
#228410164Monday, December 04, 2017 1:24 AM GMT

neat idea but cancollide false anchored parts can be used to have a similar effect, the most I have tested with was 1 and a half million parts and after they finished loading in there was no lag.
TaaRt
#228410618Monday, December 04, 2017 1:35 AM GMT

@128 those are still connected to a bunch of events, if you'd actively start moving them you'll notice a difference to when they'd not have these connections
128Gigabytes
#228410706Monday, December 04, 2017 1:37 AM GMT

Well they can't move Because they are anchored Unless you mean with a script, in which case I'd say 1 and a half million anything being changed will cause lag.
TaaRt
#228410907Monday, December 04, 2017 1:43 AM GMT

The idea is that 1 and a half million Instances without connections to events and all the good stuff is less laggy to set the CFrame for than the same idea with existing (anchored) parts
128Gigabytes
#228411805Monday, December 04, 2017 2:05 AM GMT

For sure, was just saying that unanchored cancollide false parts are the closest alternative currently.
cowsoncows
#228425698Monday, December 04, 2017 2:31 PM GMT

I think this exact suggestion would be too specific. If we just had a part that wasn't affected by physics and all that jazz, many more people could find it practical. For your specific request you could just make a sort of plugin with the new instance.
WillieTehWierdo200
#228425723Monday, December 04, 2017 2:32 PM GMT

Support

chevron_leftchevron_leftchevron_left
    of     2