I want it so there is a smore on a table, when the player clicks it they pick it up, but the smore is still on the table for others to pick up to. How is this possible? Here is my script:
script.OnTouched = false
script.Parent.MouseButton1 = true do
script.Parent.OnTouched = true
end
end