generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: riseofdiablo's Help Thread.

Previous Thread :: Next Thread 
riseofdiablo is not online. riseofdiablo
Joined: 14 Sep 2008
Total Posts: 42
07 Nov 2009 04:43 PM
Well i have alot of free time now that it gets dark out really early so feel free to post broken scripts for me to fix. ill also make "Small" scripts for people if they really need it.
Report Abuse
moneypoll9317 is not online. moneypoll9317
Joined: 29 Apr 2009
Total Posts: 2256
07 Nov 2009 04:47 PM
This is not the whole script. Please fix it.

p = Instance.new("SpawnLocation")
p.Parent = game.Workspace
p.Name = "Spawn"
p.Material = "Wood"
p.Position = Vector3.new(75.5, 0.6, -17.5)
p.Anchored = true
p.Size = Vector3.new(8, 1.4, 8)
p.Locked = true
p.BrickColor = BrickColor.new(194)
d = Instance.new("Decal")
d.Parent = game.Workspace.Spawn
d.Texture = "http://www.roblox.com/asset/?id=5676108"
d.Shiny = 20
d.Face = "Top"
p = Instance.new("Part")
p.Parent = game.Workspace
p.Name = "Teleporter"
p.Position = Vector3.new(231, 0.6, 63.5)
p.Anchored = true
p.Size = Vector3.new(38, 0.4, 54)
p.Locked = true
p.BrickColor = BrickColor.new(194)
d = Instance.new("Decal")
d.Parent = game.Workspace.Teleporter
d.Shiny = 20
d.Face = "Top"
d.Texture = "http://www.roblox.com/asset/?id=8511981"
m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "Welcome to moneypoll9317's world!"
wait(4)
m.Text = "Preparing(5)"
wait(1)
m.Text = "Preparing(4)"
wait(1)
m.Text = "Preparing(3)"
wait(1)
m.Text = "Preparing(2)"
wait(1)
m.Text = "Preparing(1)"
wait(1)
m.Text = "Preparing(0)"
wait(1)
m.Text = "Teleporting...Please wait...."
wait(0.2)
p = game.Players:GetChildren()
for 1 = i, #p do
if p[i].BoolValue.Value == true then
p[i].Character.Torso.Anchored = true
wait(5)
p[i].Character.Torso.CFrame = game.Workspace.Teleporter.CFrame
p[i].Character.Torso.Anchored = false
end
end
end
m:remove()
Report Abuse
cymru792 is not online. cymru792
Joined: 28 Jan 2008
Total Posts: 2803
07 Nov 2009 04:51 PM
p = Instance.new("SpawnLocation")
p.Parent = game.Workspace
p.Name = "Spawn"
p.Material = "Wood"
p.Position = Vector3.new(75.5, 0.6, -17.5)
p.Anchored = true
p.Size = Vector3.new(8, 1.4, 8)
p.Locked = true
p.BrickColor = BrickColor.new(194)
d = Instance.new("Decal")
d.Parent = game.Workspace.Spawn
d.Texture = "http://www.roblox.com/asset/?id=5676108"
d.Shiny = 20
d.Face = "Top"
p = Instance.new("Part")
p.Parent = game.Workspace
p.Name = "Teleporter"
p.Position = Vector3.new(231, 0.6, 63.5)
p.Anchored = true
p.Size = Vector3.new(38, 0.4, 54)
p.Locked = true
p.BrickColor = BrickColor.new(194)
d = Instance.new("Decal")
d.Parent = game.Workspace.Teleporter
d.Shiny = 20
d.Face = "Top"
d.Texture = "http://www.roblox.com/asset/?id=8511981"
m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "Welcome to moneypoll9317's world!"
wait(4)
m.Text = "Preparing(5)"
wait(1)
m.Text = "Preparing(4)"
wait(1)
m.Text = "Preparing(3)"
wait(1)
m.Text = "Preparing(2)"
wait(1)
m.Text = "Preparing(1)"
wait(1)
m.Text = "Preparing(0)"
wait(1)
m.Text = "Teleporting...Please wait...."
wait(0.2)
p = game.Players:GetChildren()
for i = 1, #p do
if p[i].BoolValue.Value == true then
p[i].Character.Torso.Anchored = true
wait(5)
p[i].Character.Torso.CFrame = game.Workspace.Teleporter.CFrame
p[i].Character.Torso.Anchored = false
end
end
m:remove()
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image