It's SCP-087 inspired but I want to know how to do it, I tried looking at youtube but it just showed SCP-087 gameplays, but one was in roblox studio but did not show the script. Please help me! I am new to lua!
you can do this by using the .Touched event of a basepart, demonstrated in the code below:
local touchBlock = path.to.touched.block local model = path.to.model.to.duplicate touchBlock.Touched:Connect(function() model:Clone() end)
Closed as Not Constructive by RubenKan
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?