“Exclua parte no toque roblox” Respostas de código

Exclua parte no toque roblox

function onTouched(hit)
2	if hit.Name == 'BuildingBrick' then
3	hit:Destroy()
4	end
5	end
6	script.Parent.Touched:connect(onTouched)
Prickly Penguin

Exclua parte no toque roblox

function onTouched(hit)
2	if hit.telepad == 'BuildingBrick' then
3	hit:Destroy()
4	end
5	end
6	script.Parent.Touched:connect(onTouched)
Ashamed Antelope

Exclua parte no toque roblox

doesnt work
Wandering Wildebeest

Respostas semelhantes a “Exclua parte no toque roblox”

Perguntas semelhantes a “Exclua parte no toque roblox”

Mais respostas relacionadas para “Exclua parte no toque roblox” em Lua

Procure respostas de código populares por idioma

Procurar outros idiomas de código