Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local soil = script.Parent
- soil.Touched:Connect(function(hit)
- if hit.Name == "Up" then
- soil.Material = ("Sandstone")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement