Advertisement
ColdSpecs

Debug

Sep 24th, 2023 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. workspace.Model.HandModel
  2.  
  3. write a possible script that will display a Text called WoodenBird, Cat, Shark, or Moon if any of the HandModel is found with any of these particular property sizes, and make it customizable if I want to implement any future sizes with a name. For example the sizes are
  4.  
  5. (0.5304766297340393, 0.5304766297340393, 4.266228675842285) which is a WoodenBird
  6.  
  7. (0.1646299660205841, 0.4369331896305084, 2.0044968128204346) which is a Cat
  8.  
  9. (0.1646299660205841, 0.4369331896305084, 2.0044968128204346) which is a Shark
  10.  
  11. (0.9786123037338257, 0.44974008202552795, 0.21551764011383057) which is a Moon
  12.  
  13. Also if MiningDrill is found within the workspace.Ignore. then a text should appear. what is a possible script of that.
  14.  
  15. For example
  16. workspace.Ignore.MiningDrill
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement