The Roblox Daily
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Statistics
We have 25 registered users
The newest registered user is warrafigho

Our users have posted a total of 454 messages in 63 subjects
Top posters
IWantAFanta (204)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
gordonrox24 (90)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
Armymen3do1 (48)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
CinnamonRoll (21)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
Player (15)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
The Joker21 (14)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
Shadow20008 (11)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
Will10 (11)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
Electro21 (6)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 
ninetailfox (6)
Help making this script "Script Builder" compatible. I_vote_lcapHelp making this script "Script Builder" compatible. I_voting_barHelp making this script "Script Builder" compatible. I_vote_rcap 

Poll

Do You Like This Website?

Help making this script "Script Builder" compatible. I_vote_lcap100%Help making this script "Script Builder" compatible. I_vote_rcap 100% [ 2 ]
Help making this script "Script Builder" compatible. I_vote_lcap0%Help making this script "Script Builder" compatible. I_vote_rcap 0% [ 0 ]
Help making this script "Script Builder" compatible. I_vote_lcap0%Help making this script "Script Builder" compatible. I_vote_rcap 0% [ 0 ]

Total Votes : 2

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Latest topics
» Little... Quite?
Help making this script "Script Builder" compatible. EmptySat Oct 31, 2009 11:15 am by gordonrox24

» Rate my new look 1/10 WARNING,IM WIERD
Help making this script "Script Builder" compatible. EmptyTue Nov 11, 2008 4:50 pm by IWantAFanta

» Help making this script "Script Builder" compatible.
Help making this script "Script Builder" compatible. EmptyFri Nov 07, 2008 10:33 pm by IWantAFanta

» Like zomg! This 1 our was so fun
Help making this script "Script Builder" compatible. EmptyFri Nov 07, 2008 5:14 am by IWantAFanta

» Darkseed on sale!
Help making this script "Script Builder" compatible. EmptyFri Nov 07, 2008 5:12 am by IWantAFanta

» Hmm... anyone here a veteran?
Help making this script "Script Builder" compatible. EmptyFri Nov 07, 2008 5:11 am by IWantAFanta

» Who is lowering everyones posts?
Help making this script "Script Builder" compatible. EmptyFri Nov 07, 2008 5:10 am by IWantAFanta

» Delete
Help making this script "Script Builder" compatible. EmptyThu Nov 06, 2008 5:15 am by IWantAFanta

» Please remove black from the forums
Help making this script "Script Builder" compatible. EmptyTue Nov 04, 2008 7:45 pm by IWantAFanta

» Need help?
Help making this script "Script Builder" compatible. EmptyTue Nov 04, 2008 7:44 pm by IWantAFanta

Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

[ View the whole list ]


Most users ever online was 20 on Thu Aug 12, 2021 12:17 am

Help making this script "Script Builder" compatible.

2 posters

Go down

Help making this script "Script Builder" compatible. Empty Help making this script "Script Builder" compatible.

Post by gordonrox24 Fri Oct 31, 2008 3:09 pm

I have been trying for a long time to get this script to work in Script Builder. the script's parent is a spawnpoint, I have named "S"

Code:

S = Instance.new("SpawnLocation")
S.Parent = game.Workspace
S.Anchored = true
S.Size = Vector3.new(6,1.2,6)







Code:
Source(S)
script.Parent = S
script.Source = [[
function onPlayerRespawned(newPlayer)
local b = script:GetChildren()
local t = newPlayer.Character.Torso
local h = newPlayer.Character.Head
local lleg=newPlayer.Character:findFirstChild("Left Leg")
local rleg=newPlayer.Character:findFirstChild("Right Leg")
local larm=newPlayer.Character:findFirstChild("Left Arm")
local rarm=newPlayer.Character:findFirstChild("Right Arm")
local parts = {t,h,lleg,rleg,larm,rarm}
for i = 1,# parts do
b[1]:clone().Parent = parts[i]
end
end
function onPlayerEntered(newPlayer)
newPlayer.Changed:connect(function (property)
if (property == "Character") then
onPlayerRespawned(newPlayer)
end
end)
end
]]

Any Ideas?
gordonrox24
gordonrox24
Frequent Poster

Male
Number of posts : 90
Age : 30
Location : Canada
Hobbies : ROBLOX
Status : ME
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-27

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by gordonrox24 Fri Oct 31, 2008 3:11 pm

Oh ya, this is a re-make of Anaminus' "Teapotizer" script.
gordonrox24
gordonrox24
Frequent Poster

Male
Number of posts : 90
Age : 30
Location : Canada
Hobbies : ROBLOX
Status : ME
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-27

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by IWantAFanta Fri Oct 31, 2008 8:13 pm

See,I told ya Script Builder sucks and it nevar works.
IWantAFanta
IWantAFanta
Double Ace

Male
Number of posts : 204
Age : 29
Location : North Carolina
Hobbies : Roblox,Playing The Playstation 2.
Status : Alive! xD
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-28

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by gordonrox24 Mon Nov 03, 2008 4:14 pm

It works. It is just this script is messed up =)
gordonrox24
gordonrox24
Frequent Poster

Male
Number of posts : 90
Age : 30
Location : Canada
Hobbies : ROBLOX
Status : ME
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-27

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by IWantAFanta Tue Nov 04, 2008 5:00 am

Went on it today.
create/
run/
copied a working script

THIS SCRIPT DOES NOT EXIST
IWantAFanta
IWantAFanta
Double Ace

Male
Number of posts : 204
Age : 29
Location : North Carolina
Hobbies : Roblox,Playing The Playstation 2.
Status : Alive! xD
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-28

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by gordonrox24 Tue Nov 04, 2008 4:24 pm

You must have done something wrong. I'll have to go in with you some day and see what you are doing wrong.
gordonrox24
gordonrox24
Frequent Poster

Male
Number of posts : 90
Age : 30
Location : Canada
Hobbies : ROBLOX
Status : ME
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-27

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by IWantAFanta Tue Nov 04, 2008 7:41 pm

O RLY? Please come.Pm me the time and day.
IWantAFanta
IWantAFanta
Double Ace

Male
Number of posts : 204
Age : 29
Location : North Carolina
Hobbies : Roblox,Playing The Playstation 2.
Status : Alive! xD
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-28

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by gordonrox24 Wed Nov 05, 2008 5:33 pm

Has to be on the weekend.
gordonrox24
gordonrox24
Frequent Poster

Male
Number of posts : 90
Age : 30
Location : Canada
Hobbies : ROBLOX
Status : ME
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-27

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by IWantAFanta Fri Nov 07, 2008 10:33 pm

Ok
IWantAFanta
IWantAFanta
Double Ace

Male
Number of posts : 204
Age : 29
Location : North Carolina
Hobbies : Roblox,Playing The Playstation 2.
Status : Alive! xD
Karma :
Help making this script "Script Builder" compatible. Left_bar_bleue5 / 1005 / 100Help making this script "Script Builder" compatible. Right_bar_bleue

Registration date : 2008-10-28

Back to top Go down

Help making this script "Script Builder" compatible. Empty Re: Help making this script "Script Builder" compatible.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum