Advertisement
Anukun_Lucifer

Soil Script

Oct 1st, 2022
1,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | Gaming | 0 0
  1. local soil = script.Parent
  2.  
  3. soil.Touched:Connect(function(hit)
  4.     if hit.Name == "Up" then
  5.         soil.Material = ("Sandstone")
  6.     end
  7. end)
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement