So problem this player UseE and part the “Destroy” but maybe he dont have get point the get another player but this another player doing Nothing.
What is the issue? robloxapp-20230902-0120061.wmv (2.9 MB)
{you can see in video have 2 players, 1 player doing nothing but 2player he pick up all block}
script
ocal function CollectBlock(BlockMesh)
BlockMesh.UseE.Triggered:Connect(function()
player.leaderstats.Points.Value += 111
BlockMesh:Destroy()
end)
end
What solutions have you tried so far? I try see in youtobe but its dosen’t work