Problem with Points get in from Blocks

  1. 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.
  2. 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
  1. What solutions have you tried so far? I try see in youtobe but its dosen’t work

This is interesting, but what is the player?

you should make this one have the player:

Change to BlockMesh.UseE.Triggered:Connect(function(player)

1 Like

Lol I can need Add this

Change to BlockMesh.UseE.Triggered:Connect(function(player)

my mustake {i dont thing its this dump error}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.