Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local newFeature = {
- Name = "Portal Scaling 1",
- Direction = "Up",
- MoveDistance = (script.Model.StartPoint.Position - script.Model.EndPoint.Position).Magnitude,
- Model = script.Model,
- Start = script.Model.StartPoint,
- End = script.Model.EndPoint,
- Features = {
- "Portal"
- }
- }
- return newFeature
Advertisement
Add Comment
Please, Sign In to add comment