#Selecting the party within the group

30 messages · Page 1 of 1 (latest)

austere vine
#

you cannot select parts, you can modify the property of parts or highlight them to make it look like its selected, or create a mouse hit dragging system, but you cannot select parts

turbid parcelBOT
#

studio** You are now Level 9! **studio

mortal meadow
#

just do

local idk = model.Part

no?

austere vine
#

i think he may have been refering to selecting parts in roblox studio workspace by mouse click?

mortal meadow
#

idk

#

what has variable todo with that

lucid kestrel
#

Example.

#

I want to select the checked ones in the script

#

But it is not clear whether the user added them or not

#

can be idle

#

It can also be like this

#

@austere vine

austere vine
#

so i do not understand

#

like local gui = --something
gui.Frame:FindFirstChild("what you want to find")

lucid kestrel
#

A system for collecting items

#

When the user gets that item, a photo of the item appears in the GUI.

#

And we don't know how many you took

#

That's why the script needs to check all frames.

#

Using for twice in a for takes too long. Is there a shorter way to do this?

#

@austere vine

austere vine
#

uh

#

tables?

#

{item1;item2}

#

you can represent them kind of like objects

#

{[item1]=workspace.Part;[item2]=workspace.Part2}

lucid kestrel
#

What if I send an event to the script where the image was copied and have it deleted?

austere vine
#

experiment with what works

#

its inefficient to have more than 1 script