|
| 26 Apr 2015 01:17 PM |
Anyone can help me with this ? its all good scripte, nothing in Output but still its not working.
Playerc = script.Parent.Parent Player = Playerc.Character
debounce = true
if Playerc.leaderstat:FindFirstChild("leaderstat") and Playerc:FindFirstChild("Race") and Playerc.leaderstat.Race == 3 then if (Player:findFirstChild("Humanoid") ~= nil and debounce == true) then debounce = false p = game.Lighting.Shark:Clone() p.Parent = Player p.Position = Player:findFirstChild("Torso").Position p.Locked = true p.Name = "Shark" p.Size = Vector3.new(2,2,2) local weld = Instance.new("Weld",p);
weld.Part0 = Player:findFirstChild("Torso");
weld.Part1 = p;
weld.C0 = CFrame.new(0,0.4,0.2)*CFrame.Angles(math.rad(140),0,0);
debounce = true end end
|
|
|
| Report Abuse |
|