Advertisement
ERROR_CODE

part image test

Nov 19th, 2023 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local Plakat = Instance.new("Part")
  2. Plakat.Parent = workspace
  3. Plakat.Anchored = true
  4. Plakat.Size = Vector3.new(5,3,1)
  5. Plakat.CanCollide = true
  6. Plakat.Position = Vector3.new(142.092, 0, 181.2)
  7. local PlakatsuregaceGui = Instance.new("SurfaceGui", Plakat)
  8. PlakatsuregaceGui.Adornee = Plakat
  9. local PlakatImageId = Instance.new("ImageLabel", PlakatsuregaceGui)
  10. PlakatImageId.Size = UDim2.new(1, 1, 1, 1)
  11. PlakatImageId.Image = "rbxassetid://"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement