HOW IS THIS SPAM? Just because other JaJa were trolling, that doesn't mean every JaJa post is a hate post.
Please help CFrame a brick around my Character?
So far I have:
PartToCFrame = Instance.new("Part",workspace.ReturnedJaJa) PartToCFrame.CFrame = workspace.ReturnedJaJa * CFrame.new(math.rad(1#99, 0, 0)) * CFrame.new(math.sin(22, 0, 0)) --Please help?
Here's a simple script for you:
local Player=Game:service'Players'.localPlayer; local Character=assert(Player.Character,'Player does not have a character.'); local Part=Instance.new('Part',Character); local Rotation=0; Game:service'RunService'.renderStepped:connect(function() local newPosition=Character:GetModelCFrame() * CFrame.Angles(math.rad(Rotation), 0, 0) * CFrame.new(0, 0, 5); Rotation=Rotation + .1; end);
Also, I hope that this is not another troll.
Hello, I am new to SH.
Your CFrame is horridly off.
You can learn to CFrame more here at: wiki.roblox.org/index.php/CFraming
I don't know anything about JaJa spam but, I think this is the best way to learn.