Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Apple tree script - made by me
- Instance.new("Part",game.Workspace)
- Part = game.Workspace.Part
- Part.Name = ("Tree")
- tre = game.Workspace.Tree
- Instance.new("Part",game.Workspace)
- Part = game.Workspace.Part
- Part.Name = ("Apple")
- ap = game.Workspace.Apple
- ap.MeshId = ("http://www.roblox.com/Apple-item?id=16190555")
- tre.MeshId = ("http://www.roblox.com/Asset/?id=9755716")
- while true do
- wait(1)
- spawnto = tre[math.random(1,#ap)]
- print("Spawning imaginary object to:",tre)
- ap.Position = workspace:GetChildren()[tre]
- -- Something like that...
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement