EmeraldIT

Untitled

Jul 9th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local newFeature = {
  2.  
  3. Name = "Portal Scaling 1",
  4. Direction = "Up",
  5. MoveDistance = (script.Model.StartPoint.Position - script.Model.EndPoint.Position).Magnitude,
  6. Model = script.Model,
  7. Start = script.Model.StartPoint,
  8. End = script.Model.EndPoint,
  9. Features = {
  10. "Portal"
  11. }
  12.  
  13. }
  14.  
  15. return newFeature
  16.  
Advertisement
Add Comment
Please, Sign In to add comment