Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Pa = Instance.new("Part")
- Pa.Parent = game.Workspace
- Pa.CastShadow = false
- Pa.Position = Vector3.new(0, 9000, 0)
- Pa.Anchored = true
- Pa.Size = Vector3.new(9000, 0, 9000)
- local Dec = Instance.new("Decal")
- Dec.Face = "Bottom"
- Dec.Texture = "http://www.roblox.com/asset/?id=5465056664"
- Dec.Parent = Pa
- 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