Advertisement
TheUnknownDiscord

obama vision

Aug 31st, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetDescendants()) do
  2. if v:IsA("BasePart") or v:IsA("Decal") then
  3. local decal = Instance.new("Decal", v)
  4. decal.Face = Enum.NormalId.Front
  5. decal.Face = Enum.NormalId.Bottom
  6. decal.Face = Enum.NormalId.Left
  7. decal.Face = Enum.NormalId.Right
  8. decal.Face = Enum.NormalId.Back
  9. decal.Face = Enum.NormalId.Top
  10. local happyFace = "http://www.roblox.com/asset/?id=6985452386"
  11. decal.Texture = happyFace
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement