Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- met moi dans le ServerScriptService
- local part1 = workspace.nom_de_ta_part -- met le nom du bloque qui fait disparétre le autre bloque
- local part2 = workspace.nom_de_ta_part -- met le nom du bloque que tu veux faire disparétre
- local function parttouche()
- part2:Destroy()
- warn("fait par www.youtube.com/@Lyandunet sur YouTube")
- end
- part1.Touched:Connect(parttouche)
- --- abonne toi a Lyan_dunet youtube.com/@Lyan_dunet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement