Herobrinekid2

Untitled

May 30th, 2021 (edited)
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Pa = Instance.new("Part")
  2. Pa.Parent = game.Workspace
  3. Pa.CastShadow = false
  4. Pa.Position = Vector3.new(0, 9000, 0)
  5. Pa.Anchored = true
  6. Pa.Size = Vector3.new(9000, 0, 9000)
  7. local Dec = Instance.new("Decal")
  8. Dec.Face = "Bottom"
  9. Dec.Texture = "http://www.roblox.com/asset/?id=5465056664"
  10. Dec.Parent = Pa
  11. game.TweenService:Create(Pa, TweenInfo.new(200), {Position = Vector3.new(Pa.Position.X, 0, Pa.Position.Z)}):Play()
Add Comment
Please, Sign In to add comment